#AA9005

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

Shades of Dark Goldenrod #AA9005

Tints of Dark Goldenrod #AA9005

Color information

#AA9005 (or 0xAA9005) is unknown color: approx Dark Goldenrod. HEX triplet: AA, 90 and 05. RGB value is (170,144,5). Sum of RGB (Red+Green+Blue) = 170+144+5=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9005 is #556FFA. Grayscale: #888888. Windows color (decimal): -5599227 or 364714. OLE color: 364714.

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

Color convert

RGB1701445-
CMYK00.150.970.33
HSL50.55º94.29%34.31%-
HSV(B)50.55º97.06%66.67%-
XYZ26.5828.54.24-
YUV135.9354.11152.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 5 (2.34% from 255) = 1.57%
R=53.29%
G=45.14%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170144500.150.970.3350.5594.2934.31
HexAA9050F6121335e22
Octal2522205017141416313642
Binary10101010100100001010111111000011000011100111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9005; }

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

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

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

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

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

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

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

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