Shades of Dark Goldenrod #AA8005
Tints of Dark Goldenrod #AA8005
RGB
CMYK
RGB Variations
Color information
#AA8005 (or 0xAA8005) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 05. RGB value is (170,128,5). Sum of RGB (Red+Green+Blue) = 170+128+5=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8005 is #557FFA. Grayscale: #7F7F7F. Windows color (decimal): -5603323 or 360618. OLE color: 360618.
HSL color Cylindrical-coordinate representation of color #AA8005: hue angle of 44.73º 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 #AA8005 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 5 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.33 |
| HSL | 44.73º | 0.94% | 0.34% | - |
| HSV(B) | 44.73º | 0.97% | 0.67% | - |
| XYZ | 24.32 | 24 | 3.49 | - |
| YUV | 126.54 | 59.41 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 5 | 0 | 0.25 | 0.97 | 0.33 | 44.73 | 0.94 | 0.34 |
| Hex | AA | 80 | 5 | 0 | 19 | 61 | 21 | 2D | 5E | 22 |
| Octal | 252 | 200 | 5 | 0 | 31 | 141 | 41 | 55 | 136 | 42 |
| Binary | 10101010 | 10000000 | 101 | 0 | 11001 | 1100001 | 100001 | 101101 | 1011110 | 100010 |
Color Harmonies of #AA8005
Complementary color
Monochromatic Colors of #AA8005
Black with #AA8005
Text Example
Text Example
White with #AA8005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8005; }
p { color: rgb(170,128,5); }
H1.HeaderClassName
{
color: #AA8005;
}
.AnyTagClassName
{
color: #AA8005;
}
</style>
background-color css
<style>
a { background-color: #AA8005; }
a { background-color: rgb(170,128,5); }
div.DivClassName
{
background-color: #AA8005;
}
.BgClassName
{
background-color: #AA8005;
}
</style>
border-color css
<style>
span { border-color: #AA8005; }
span { border-color: rgb(170,128,5); }
td.TdClassName
{
border-color: #AA8005;
}
.TagClassName
{
border-color: #AA8005;
}
</style>