Shades of Dark Goldenrod #AA8404
Tints of Dark Goldenrod #AA8404
RGB
CMYK
RGB Variations
Color information
#AA8404 (or 0xAA8404) is known color: Dark Goldenrod. HEX triplet: AA, 84 and 04. RGB value is (170,132,4). Sum of RGB (Red+Green+Blue) = 170+132+4=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8404 is #557BFB. Grayscale: #818181. Windows color (decimal): -5602300 or 296106. OLE color: 296106.
HSL color Cylindrical-coordinate representation of color #AA8404: hue angle of 46.27º 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 #AA8404 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.33 |
| HSL | 46.27º | 0.95% | 0.34% | - |
| HSV(B) | 46.27º | 0.98% | 0.67% | - |
| XYZ | 24.85 | 25.06 | 3.64 | - |
| YUV | 128.77 | 57.59 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 4 | 0 | 0.22 | 0.98 | 0.33 | 46.27 | 0.95 | 0.34 |
| Hex | AA | 84 | 4 | 0 | 16 | 62 | 21 | 2E | 5F | 22 |
| Octal | 252 | 204 | 4 | 0 | 26 | 142 | 41 | 56 | 137 | 42 |
| Binary | 10101010 | 10000100 | 100 | 0 | 10110 | 1100010 | 100001 | 101110 | 1011111 | 100010 |
Color Harmonies of #AA8404
Complementary color
Monochromatic Colors of #AA8404
Black with #AA8404
Text Example
Text Example
White with #AA8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8404; }
p { color: rgb(170,132,4); }
H1.HeaderClassName
{
color: #AA8404;
}
.AnyTagClassName
{
color: #AA8404;
}
</style>
background-color css
<style>
a { background-color: #AA8404; }
a { background-color: rgb(170,132,4); }
div.DivClassName
{
background-color: #AA8404;
}
.BgClassName
{
background-color: #AA8404;
}
</style>
border-color css
<style>
span { border-color: #AA8404; }
span { border-color: rgb(170,132,4); }
td.TdClassName
{
border-color: #AA8404;
}
.TagClassName
{
border-color: #AA8404;
}
</style>