#AA5F08

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

Shades of Golden Brown #AA5F08

Tints of Golden Brown #AA5F08

Color information

#AA5F08 (or 0xAA5F08) is unknown color: approx Golden Brown. HEX triplet: AA, 5F and 08. RGB value is (170,95,8). Sum of RGB (Red+Green+Blue) = 170+95+8=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5F08 is #55A0F7. Grayscale: #6B6B6B. Windows color (decimal): -5611768 or 548778. OLE color: 548778.

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

Color convert

RGB170958-
CMYK00.440.950.33
HSL32.22º91.01%34.9%-
HSV(B)32.22º95.29%66.67%-
XYZ20.7116.752.37-
YUV107.5171.85172.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.27%
GREEN value IS 95 (37.5% from 255) = 34.80%
BLUE value IS 8 (3.52% from 255) = 2.93%
R=62.27%
G=34.80%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17095800.440.950.3332.2291.0134.9
HexAA5F802C5F21205b23
Octal25213710054137414013343
Binary1010101010111111000010110010111111000011000001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F08; }

 p { color: rgb(170,95,8); }

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

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

 a { background-color: rgb(170,95,8); }

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

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

 span { border-color: rgb(170,95,8); }

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