Shades of Dark Goldenrod #AA8205
Tints of Dark Goldenrod #AA8205
RGB
CMYK
RGB Variations
Color information
#AA8205 (or 0xAA8205) is known color: Dark Goldenrod. HEX triplet: AA, 82 and 05. RGB value is (170,130,5). Sum of RGB (Red+Green+Blue) = 170+130+5=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8205 is #557DFA. Grayscale: #808080. Windows color (decimal): -5602811 or 361130. OLE color: 361130.
HSL color Cylindrical-coordinate representation of color #AA8205: hue angle of 45.45º 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 #AA8205 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 5 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.33 |
| HSL | 45.45º | 0.94% | 0.34% | - |
| HSV(B) | 45.45º | 0.97% | 0.67% | - |
| XYZ | 24.59 | 24.52 | 3.58 | - |
| YUV | 127.71 | 58.75 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 5 | 0 | 0.24 | 0.97 | 0.33 | 45.45 | 0.94 | 0.34 |
| Hex | AA | 82 | 5 | 0 | 18 | 61 | 21 | 2D | 5E | 22 |
| Octal | 252 | 202 | 5 | 0 | 30 | 141 | 41 | 55 | 136 | 42 |
| Binary | 10101010 | 10000010 | 101 | 0 | 11000 | 1100001 | 100001 | 101101 | 1011110 | 100010 |
Color Harmonies of #AA8205
Complementary color
Monochromatic Colors of #AA8205
Black with #AA8205
Text Example
Text Example
White with #AA8205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8205; }
p { color: rgb(170,130,5); }
H1.HeaderClassName
{
color: #AA8205;
}
.AnyTagClassName
{
color: #AA8205;
}
</style>
background-color css
<style>
a { background-color: #AA8205; }
a { background-color: rgb(170,130,5); }
div.DivClassName
{
background-color: #AA8205;
}
.BgClassName
{
background-color: #AA8205;
}
</style>
border-color css
<style>
span { border-color: #AA8205; }
span { border-color: rgb(170,130,5); }
td.TdClassName
{
border-color: #AA8205;
}
.TagClassName
{
border-color: #AA8205;
}
</style>