Shades of Dark Goldenrod #AA8304
Tints of Dark Goldenrod #AA8304
RGB
CMYK
RGB Variations
Color information
#AA8304 (or 0xAA8304) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 04. RGB value is (170,131,4). Sum of RGB (Red+Green+Blue) = 170+131+4=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8304 is #557CFB. Grayscale: #808080. Windows color (decimal): -5602556 or 295850. OLE color: 295850.
HSL color Cylindrical-coordinate representation of color #AA8304: hue angle of 45.9º 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 #AA8304 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.33 |
| HSL | 45.9º | 0.95% | 0.34% | - |
| HSV(B) | 45.9º | 0.98% | 0.67% | - |
| XYZ | 24.72 | 24.79 | 3.6 | - |
| YUV | 128.18 | 57.92 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 4 | 0 | 0.23 | 0.98 | 0.33 | 45.9 | 0.95 | 0.34 |
| Hex | AA | 83 | 4 | 0 | 17 | 62 | 21 | 2E | 5F | 22 |
| Octal | 252 | 203 | 4 | 0 | 27 | 142 | 41 | 56 | 137 | 42 |
| Binary | 10101010 | 10000011 | 100 | 0 | 10111 | 1100010 | 100001 | 101110 | 1011111 | 100010 |
Color Harmonies of #AA8304
Complementary color
Monochromatic Colors of #AA8304
Black with #AA8304
Text Example
Text Example
White with #AA8304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8304; }
p { color: rgb(170,131,4); }
H1.HeaderClassName
{
color: #AA8304;
}
.AnyTagClassName
{
color: #AA8304;
}
</style>
background-color css
<style>
a { background-color: #AA8304; }
a { background-color: rgb(170,131,4); }
div.DivClassName
{
background-color: #AA8304;
}
.BgClassName
{
background-color: #AA8304;
}
</style>
border-color css
<style>
span { border-color: #AA8304; }
span { border-color: rgb(170,131,4); }
td.TdClassName
{
border-color: #AA8304;
}
.TagClassName
{
border-color: #AA8304;
}
</style>