Shades of Dark Goldenrod #AA9304
Tints of Dark Goldenrod #AA9304
RGB
CMYK
RGB Variations
Color information
#AA9304 (or 0xAA9304) is known color: Dark Goldenrod. HEX triplet: AA, 93 and 04. RGB value is (170,147,4). Sum of RGB (Red+Green+Blue) = 170+147+4=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9304 is #556CFB. Grayscale: #8A8A8A. Windows color (decimal): -5598460 or 299946. OLE color: 299946.
HSL color Cylindrical-coordinate representation of color #AA9304: hue angle of 51.69º 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 #AA9304 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.33 |
| HSL | 51.69º | 0.95% | 0.34% | - |
| HSV(B) | 51.69º | 0.98% | 0.67% | - |
| XYZ | 27.03 | 29.42 | 4.37 | - |
| YUV | 137.58 | 52.62 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 4 | 0 | 0.14 | 0.98 | 0.33 | 51.69 | 0.95 | 0.34 |
| Hex | AA | 93 | 4 | 0 | E | 62 | 21 | 34 | 5F | 22 |
| Octal | 252 | 223 | 4 | 0 | 16 | 142 | 41 | 64 | 137 | 42 |
| Binary | 10101010 | 10010011 | 100 | 0 | 1110 | 1100010 | 100001 | 110100 | 1011111 | 100010 |
Color Harmonies of #AA9304
Complementary color
Monochromatic Colors of #AA9304
Black with #AA9304
Text Example
Text Example
White with #AA9304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9304; }
p { color: rgb(170,147,4); }
H1.HeaderClassName
{
color: #AA9304;
}
.AnyTagClassName
{
color: #AA9304;
}
</style>
background-color css
<style>
a { background-color: #AA9304; }
a { background-color: rgb(170,147,4); }
div.DivClassName
{
background-color: #AA9304;
}
.BgClassName
{
background-color: #AA9304;
}
</style>
border-color css
<style>
span { border-color: #AA9304; }
span { border-color: rgb(170,147,4); }
td.TdClassName
{
border-color: #AA9304;
}
.TagClassName
{
border-color: #AA9304;
}
</style>