#AA5E10

Color #AA5E10 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AA5E10

Tints of Golden Brown #AA5E10

Color information

#AA5E10 (or 0xAA5E10) is unknown color: approx Golden Brown. HEX triplet: AA, 5E and 10. RGB value is (170,94,16). Sum of RGB (Red+Green+Blue) = 170+94+16=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E10 is #55A1EF. Grayscale: #6C6C6C. Windows color (decimal): -5612016 or 1072810. OLE color: 1072810.

HSL color Cylindrical-coordinate representation of color #AA5E10: hue angle of 30.39º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA5E10 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB1709416-
CMYK00.450.910.33
HSL30.39º82.8%36.47%-
HSV(B)30.39º90.59%66.67%-
XYZ20.6716.592.6-
YUV107.8376.18172.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 60.71%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 16 (6.64% from 255) = 5.71%
R=60.71%
G=33.57%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170941600.450.910.3330.3982.836.47
HexAA5E1002D5B211e5324
Octal25213620055133413612344
Binary1010101010111101000001011011011011100001111101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5E10; }

 p { color: rgb(170,94,16); }

 H1.HeaderClassName
 {
   color: #AA5E10;
 }
 .AnyTagClassName
 {
   color: #AA5E10;
 }
</style>
background-color css

<style>
 a { background-color: #AA5E10; }

 a { background-color: rgb(170,94,16); }

 div.DivClassName
 {
   background-color: #AA5E10;
 }
 .BgClassName
 {
   background-color: #AA5E10;
 }
</style>
border-color css

<style>
 span { border-color: #AA5E10; }

 span { border-color: rgb(170,94,16); }

 td.TdClassName
 {
   border-color: #AA5E10;
 }
 .TagClassName
 {
   border-color: #AA5E10;
 }
</style>