Shades of Dark Goldenrod #AA8905
Tints of Dark Goldenrod #AA8905
RGB
CMYK
RGB Variations
Color information
#AA8905 (or 0xAA8905) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 05. RGB value is (170,137,5). Sum of RGB (Red+Green+Blue) = 170+137+5=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8905 is #5576FA. Grayscale: #848484. Windows color (decimal): -5601019 or 362922. OLE color: 362922.
HSL color Cylindrical-coordinate representation of color #AA8905: hue angle of 48º 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 #AA8905 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 5 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.33 |
| HSL | 48º | 0.94% | 0.34% | - |
| HSV(B) | 48º | 0.97% | 0.67% | - |
| XYZ | 25.55 | 26.45 | 3.9 | - |
| YUV | 131.82 | 56.43 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 5 | 0 | 0.19 | 0.97 | 0.33 | 48 | 0.94 | 0.34 |
| Hex | AA | 89 | 5 | 0 | 13 | 61 | 21 | 30 | 5E | 22 |
| Octal | 252 | 211 | 5 | 0 | 23 | 141 | 41 | 60 | 136 | 42 |
| Binary | 10101010 | 10001001 | 101 | 0 | 10011 | 1100001 | 100001 | 110000 | 1011110 | 100010 |
Color Harmonies of #AA8905
Complementary color
Monochromatic Colors of #AA8905
Black with #AA8905
Text Example
Text Example
White with #AA8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8905; }
p { color: rgb(170,137,5); }
H1.HeaderClassName
{
color: #AA8905;
}
.AnyTagClassName
{
color: #AA8905;
}
</style>
background-color css
<style>
a { background-color: #AA8905; }
a { background-color: rgb(170,137,5); }
div.DivClassName
{
background-color: #AA8905;
}
.BgClassName
{
background-color: #AA8905;
}
</style>
border-color css
<style>
span { border-color: #AA8905; }
span { border-color: rgb(170,137,5); }
td.TdClassName
{
border-color: #AA8905;
}
.TagClassName
{
border-color: #AA8905;
}
</style>