#AA5C05

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

Shades of Golden Brown #AA5C05

Tints of Golden Brown #AA5C05

Color information

#AA5C05 (or 0xAA5C05) is unknown color: approx Golden Brown. HEX triplet: AA, 5C and 05. RGB value is (170,92,5). Sum of RGB (Red+Green+Blue) = 170+92+5=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C05 is #55A3FA. Grayscale: #696969. Windows color (decimal): -5612539 or 351402. OLE color: 351402.

HSL color Cylindrical-coordinate representation of color #AA5C05: hue angle of 31.64º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA5C05 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB170925-
CMYK00.460.970.33
HSL31.64º94.29%34.31%-
HSV(B)31.64º97.06%66.67%-
XYZ20.4316.212.2-
YUV105.471.34174.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.67%
GREEN value IS 92 (36.33% from 255) = 34.46%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=63.67%
G=34.46%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17092500.460.970.3331.6494.2934.31
HexAA5C502E6121205e22
Octal2521345056141414013642
Binary101010101011100101010111011000011000011000001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C05; }

 p { color: rgb(170,92,5); }

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

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

 a { background-color: rgb(170,92,5); }

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

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

 span { border-color: rgb(170,92,5); }

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