#AA9205

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

Shades of Dark Goldenrod #AA9205

Tints of Dark Goldenrod #AA9205

Color information

#AA9205 (or 0xAA9205) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 92 and 05. RGB value is (170,146,5). Sum of RGB (Red+Green+Blue) = 170+146+5=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9205 is #556DFA. Grayscale: #898989. Windows color (decimal): -5598715 or 365226. OLE color: 365226.

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

Color convert

RGB1701465-
CMYK00.140.970.33
HSL51.27º94.29%34.31%-
HSV(B)51.27º97.06%66.67%-
XYZ26.8829.114.35-
YUV137.153.45151.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.96%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 5 (2.34% from 255) = 1.56%
R=52.96%
G=45.48%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170146500.140.970.3351.2794.2934.31
HexAA9250E6121335e22
Octal2522225016141416313642
Binary10101010100100101010111011000011000011100111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9205; }

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

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

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

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

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

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

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

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