#AA5A08

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

Shades of Golden Brown #AA5A08

Tints of Golden Brown #AA5A08

Color information

#AA5A08 (or 0xAA5A08) is unknown color: approx Golden Brown. HEX triplet: AA, 5A and 08. RGB value is (170,90,8). Sum of RGB (Red+Green+Blue) = 170+90+8=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A08 is #55A5F7. Grayscale: #686868. Windows color (decimal): -5613048 or 547498. OLE color: 547498.

HSL color Cylindrical-coordinate representation of color #AA5A08: hue angle of 30.37º 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 #AA5A08 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB170908-
CMYK00.470.950.33
HSL30.37º91.01%34.9%-
HSV(B)30.37º95.29%66.67%-
XYZ20.2815.882.23-
YUV104.5773.5174.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.43%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 8 (3.52% from 255) = 2.99%
R=63.43%
G=33.58%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17090800.470.950.3330.3791.0134.9
HexAA5A802F5F211e5b23
Octal25213210057137413613343
Binary101010101011010100001011111011111100001111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A08; }

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

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

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

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

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

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

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

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