#AA7205

Color #AA7205 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AA7205

Tints of Dark Goldenrod #AA7205

Color information

#AA7205 (or 0xAA7205) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 72 and 05. RGB value is (170,114,5). Sum of RGB (Red+Green+Blue) = 170+114+5=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7205 is #558DFA. Grayscale: #767676. Windows color (decimal): -5606907 or 357034. OLE color: 357034.

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

Color convert

RGB1701145-
CMYK00.330.970.33
HSL39.64º94.29%34.31%-
HSV(B)39.64º97.06%66.67%-
XYZ22.6220.592.93-
YUV118.3264.05164.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.82%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 5 (2.34% from 255) = 1.73%
R=58.82%
G=39.45%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170114500.330.970.3339.6494.2934.31
HexAA7250216121285e22
Octal2521625041141415013642
Binary101010101110010101010000111000011000011010001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7205; }

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

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

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

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

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

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

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

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