Shades of Dark Goldenrod #AA8904
Tints of Dark Goldenrod #AA8904
RGB
CMYK
RGB Variations
Color information
#AA8904 (or 0xAA8904) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 04. RGB value is (170,137,4). Sum of RGB (Red+Green+Blue) = 170+137+4=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8904 is #5576FB. Grayscale: #848484. Windows color (decimal): -5601020 or 297386. OLE color: 297386.
HSL color Cylindrical-coordinate representation of color #AA8904: hue angle of 48.07º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA8904 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.33 |
| HSL | 48.07º | 0.95% | 0.34% | - |
| HSV(B) | 48.07º | 0.98% | 0.67% | - |
| XYZ | 25.55 | 26.45 | 3.87 | - |
| YUV | 131.71 | 55.93 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 4 | 0 | 0.19 | 0.98 | 0.33 | 48.07 | 0.95 | 0.34 |
| Hex | AA | 89 | 4 | 0 | 13 | 62 | 21 | 30 | 5F | 22 |
| Octal | 252 | 211 | 4 | 0 | 23 | 142 | 41 | 60 | 137 | 42 |
| Binary | 10101010 | 10001001 | 100 | 0 | 10011 | 1100010 | 100001 | 110000 | 1011111 | 100010 |
Color Harmonies of #AA8904
Complementary color
Monochromatic Colors of #AA8904
Black with #AA8904
Text Example
Text Example
White with #AA8904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8904; }
p { color: rgb(170,137,4); }
H1.HeaderClassName
{
color: #AA8904;
}
.AnyTagClassName
{
color: #AA8904;
}
</style>
background-color css
<style>
a { background-color: #AA8904; }
a { background-color: rgb(170,137,4); }
div.DivClassName
{
background-color: #AA8904;
}
.BgClassName
{
background-color: #AA8904;
}
</style>
border-color css
<style>
span { border-color: #AA8904; }
span { border-color: rgb(170,137,4); }
td.TdClassName
{
border-color: #AA8904;
}
.TagClassName
{
border-color: #AA8904;
}
</style>