Shades of Dark Goldenrod #AA8400
Tints of Dark Goldenrod #AA8400
RGB
CMYK
RGB Variations
Color information
#AA8400 (or 0xAA8400) is known color: Dark Goldenrod. HEX triplet: AA, 84 and 00. RGB value is (170,132,0). Sum of RGB (Red+Green+Blue) = 170+132+0=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8400 is #557BFF. Grayscale: #808080. Windows color (decimal): -5602304 or 33962. OLE color: 33962.
HSL color Cylindrical-coordinate representation of color #AA8400: hue angle of 46.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA8400 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.33 |
| HSL | 46.59º | 1% | 0.33% | - |
| HSV(B) | 46.59º | 1% | 0.67% | - |
| XYZ | 24.83 | 25.05 | 3.53 | - |
| YUV | 128.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 0 | 0 | 0.22 | 1 | 0.33 | 46.59 | 1 | 0.33 |
| Hex | AA | 84 | 0 | 0 | 16 | 64 | 21 | 2F | 64 | 21 |
| Octal | 252 | 204 | 0 | 0 | 26 | 144 | 41 | 57 | 144 | 41 |
| Binary | 10101010 | 10000100 | 0 | 0 | 10110 | 1100100 | 100001 | 101111 | 1100100 | 100001 |
Color Harmonies of #AA8400
Complementary color
Monochromatic Colors of #AA8400
Black with #AA8400
Text Example
Text Example
White with #AA8400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8400; }
p { color: rgb(170,132,0); }
H1.HeaderClassName
{
color: #AA8400;
}
.AnyTagClassName
{
color: #AA8400;
}
</style>
background-color css
<style>
a { background-color: #AA8400; }
a { background-color: rgb(170,132,0); }
div.DivClassName
{
background-color: #AA8400;
}
.BgClassName
{
background-color: #AA8400;
}
</style>
border-color css
<style>
span { border-color: #AA8400; }
span { border-color: rgb(170,132,0); }
td.TdClassName
{
border-color: #AA8400;
}
.TagClassName
{
border-color: #AA8400;
}
</style>