#AA7005

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

Shades of Golden Brown #AA7005

Tints of Golden Brown #AA7005

Color information

#AA7005 (or 0xAA7005) is unknown color: approx Golden Brown. HEX triplet: AA, 70 and 05. RGB value is (170,112,5). Sum of RGB (Red+Green+Blue) = 170+112+5=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7005 is #558FFA. Grayscale: #757575. Windows color (decimal): -5607419 or 356522. OLE color: 356522.

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

Color convert

RGB1701125-
CMYK00.340.970.33
HSL38.91º94.29%34.31%-
HSV(B)38.91º97.06%66.67%-
XYZ22.420.152.85-
YUV117.1464.72165.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.23%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=59.23%
G=39.02%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170112500.340.970.3338.9194.2934.31
HexAA7050226121275e22
Octal2521605042141414713642
Binary101010101110000101010001011000011000011001111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7005; }

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

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

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

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

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

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

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

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