Shades of Dark Goldenrod #AA8512
Tints of Dark Goldenrod #AA8512
RGB
CMYK
RGB Variations
Color information
#AA8512 (or 0xAA8512) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 12. RGB value is (170,133,18). Sum of RGB (Red+Green+Blue) = 170+133+18=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8512 is #557AED. Grayscale: #838383. Windows color (decimal): -5602030 or 1213866. OLE color: 1213866.
HSL color Cylindrical-coordinate representation of color #AA8512: hue angle of 45.39º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA8512 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 18 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.33 |
| HSL | 45.39º | 0.81% | 0.37% | - |
| HSV(B) | 45.39º | 0.89% | 0.67% | - |
| XYZ | 25.07 | 25.36 | 4.15 | - |
| YUV | 130.95 | 64.26 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 18 | 0 | 0.22 | 0.89 | 0.33 | 45.39 | 0.81 | 0.37 |
| Hex | AA | 85 | 12 | 0 | 16 | 59 | 21 | 2D | 51 | 25 |
| Octal | 252 | 205 | 22 | 0 | 26 | 131 | 41 | 55 | 121 | 45 |
| Binary | 10101010 | 10000101 | 10010 | 0 | 10110 | 1011001 | 100001 | 101101 | 1010001 | 100101 |
Color Harmonies of #AA8512
Complementary color
Monochromatic Colors of #AA8512
Black with #AA8512
Text Example
Text Example
White with #AA8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8512; }
p { color: rgb(170,133,18); }
H1.HeaderClassName
{
color: #AA8512;
}
.AnyTagClassName
{
color: #AA8512;
}
</style>
background-color css
<style>
a { background-color: #AA8512; }
a { background-color: rgb(170,133,18); }
div.DivClassName
{
background-color: #AA8512;
}
.BgClassName
{
background-color: #AA8512;
}
</style>
border-color css
<style>
span { border-color: #AA8512; }
span { border-color: rgb(170,133,18); }
td.TdClassName
{
border-color: #AA8512;
}
.TagClassName
{
border-color: #AA8512;
}
</style>