Shades of Dark Goldenrod #AA8112
Tints of Dark Goldenrod #AA8112
RGB
CMYK
RGB Variations
Color information
#AA8112 (or 0xAA8112) is known color: Dark Goldenrod. HEX triplet: AA, 81 and 12. RGB value is (170,129,18). Sum of RGB (Red+Green+Blue) = 170+129+18=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8112 is #557EED. Grayscale: #818181. Windows color (decimal): -5603054 or 1212842. OLE color: 1212842.
HSL color Cylindrical-coordinate representation of color #AA8112: hue angle of 43.82º 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 #AA8112 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 18 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.33 |
| HSL | 43.82º | 0.81% | 0.37% | - |
| HSV(B) | 43.82º | 0.89% | 0.67% | - |
| XYZ | 24.54 | 24.29 | 3.97 | - |
| YUV | 128.61 | 65.58 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 18 | 0 | 0.24 | 0.89 | 0.33 | 43.82 | 0.81 | 0.37 |
| Hex | AA | 81 | 12 | 0 | 18 | 59 | 21 | 2C | 51 | 25 |
| Octal | 252 | 201 | 22 | 0 | 30 | 131 | 41 | 54 | 121 | 45 |
| Binary | 10101010 | 10000001 | 10010 | 0 | 11000 | 1011001 | 100001 | 101100 | 1010001 | 100101 |
Color Harmonies of #AA8112
Complementary color
Monochromatic Colors of #AA8112
Black with #AA8112
Text Example
Text Example
White with #AA8112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8112; }
p { color: rgb(170,129,18); }
H1.HeaderClassName
{
color: #AA8112;
}
.AnyTagClassName
{
color: #AA8112;
}
</style>
background-color css
<style>
a { background-color: #AA8112; }
a { background-color: rgb(170,129,18); }
div.DivClassName
{
background-color: #AA8112;
}
.BgClassName
{
background-color: #AA8112;
}
</style>
border-color css
<style>
span { border-color: #AA8112; }
span { border-color: rgb(170,129,18); }
td.TdClassName
{
border-color: #AA8112;
}
.TagClassName
{
border-color: #AA8112;
}
</style>