#AA5E17

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

Shades of Golden Brown #AA5E17

Tints of Golden Brown #AA5E17

Color information

#AA5E17 (or 0xAA5E17) is unknown color: approx Golden Brown. HEX triplet: AA, 5E and 17. RGB value is (170,94,23). Sum of RGB (Red+Green+Blue) = 170+94+23=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E17 is #55A1E8. Grayscale: #6C6C6C. Windows color (decimal): -5612009 or 1531562. OLE color: 1531562.

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

Color convert

RGB1709423-
CMYK00.450.860.33
HSL28.98º76.17%37.84%-
HSV(B)28.98º86.47%66.67%-
XYZ20.7316.612.92-
YUV108.6379.68171.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.23%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 23 (9.38% from 255) = 8.01%
R=59.23%
G=32.75%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170942300.450.860.3328.9876.1737.84
HexAA5E1702D56211d4c26
Octal25213627055126413511446
Binary1010101010111101011101011011010110100001111011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5E17; }

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

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

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

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

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

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

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

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