#AA5808

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

Shades of Golden Brown #AA5808

Tints of Golden Brown #AA5808

Color information

#AA5808 (or 0xAA5808) is unknown color: approx Golden Brown. HEX triplet: AA, 58 and 08. RGB value is (170,88,8). Sum of RGB (Red+Green+Blue) = 170+88+8=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5808 is #55A7F7. Grayscale: #676767. Windows color (decimal): -5613560 or 546986. OLE color: 546986.

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

Color convert

RGB170888-
CMYK00.480.950.33
HSL29.63º91.01%34.9%-
HSV(B)29.63º95.29%66.67%-
XYZ20.1115.542.17-
YUV103.474.17175.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.91%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 8 (3.52% from 255) = 3.01%
R=63.91%
G=33.08%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17088800.480.950.3329.6391.0134.9
HexAA5880305F211e5b23
Octal25213010060137413613343
Binary101010101011000100001100001011111100001111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5808; }

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

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

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

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

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

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

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

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