Shades of Dark Goldenrod #AA7904
Tints of Dark Goldenrod #AA7904
RGB
CMYK
RGB Variations
Color information
#AA7904 (or 0xAA7904) is known color: Dark Goldenrod. HEX triplet: AA, 79 and 04. RGB value is (170,121,4). Sum of RGB (Red+Green+Blue) = 170+121+4=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7904 is #5586FB. Grayscale: #7A7A7A. Windows color (decimal): -5605116 or 293290. OLE color: 293290.
HSL color Cylindrical-coordinate representation of color #AA7904: hue angle of 42.29º 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 #AA7904 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.33 |
| HSL | 42.29º | 0.95% | 0.34% | - |
| HSV(B) | 42.29º | 0.98% | 0.67% | - |
| XYZ | 23.44 | 22.23 | 3.17 | - |
| YUV | 122.31 | 61.23 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 4 | 0 | 0.29 | 0.98 | 0.33 | 42.29 | 0.95 | 0.34 |
| Hex | AA | 79 | 4 | 0 | 1D | 62 | 21 | 2A | 5F | 22 |
| Octal | 252 | 171 | 4 | 0 | 35 | 142 | 41 | 52 | 137 | 42 |
| Binary | 10101010 | 1111001 | 100 | 0 | 11101 | 1100010 | 100001 | 101010 | 1011111 | 100010 |
Color Harmonies of #AA7904
Complementary color
Monochromatic Colors of #AA7904
Black with #AA7904
Text Example
Text Example
White with #AA7904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7904; }
p { color: rgb(170,121,4); }
H1.HeaderClassName
{
color: #AA7904;
}
.AnyTagClassName
{
color: #AA7904;
}
</style>
background-color css
<style>
a { background-color: #AA7904; }
a { background-color: rgb(170,121,4); }
div.DivClassName
{
background-color: #AA7904;
}
.BgClassName
{
background-color: #AA7904;
}
</style>
border-color css
<style>
span { border-color: #AA7904; }
span { border-color: rgb(170,121,4); }
td.TdClassName
{
border-color: #AA7904;
}
.TagClassName
{
border-color: #AA7904;
}
</style>