Shades of Dark Goldenrod #AA8012
Tints of Dark Goldenrod #AA8012
RGB
CMYK
RGB Variations
Color information
#AA8012 (or 0xAA8012) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 12. RGB value is (170,128,18). Sum of RGB (Red+Green+Blue) = 170+128+18=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8012 is #557FED. Grayscale: #808080. Windows color (decimal): -5603310 or 1212586. OLE color: 1212586.
HSL color Cylindrical-coordinate representation of color #AA8012: hue angle of 43.42º 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 #AA8012 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 18 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.33 |
| HSL | 43.42º | 0.81% | 0.37% | - |
| HSV(B) | 43.42º | 0.89% | 0.67% | - |
| XYZ | 24.41 | 24.03 | 3.92 | - |
| YUV | 128.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 18 | 0 | 0.25 | 0.89 | 0.33 | 43.42 | 0.81 | 0.37 |
| Hex | AA | 80 | 12 | 0 | 19 | 59 | 21 | 2B | 51 | 25 |
| Octal | 252 | 200 | 22 | 0 | 31 | 131 | 41 | 53 | 121 | 45 |
| Binary | 10101010 | 10000000 | 10010 | 0 | 11001 | 1011001 | 100001 | 101011 | 1010001 | 100101 |
Color Harmonies of #AA8012
Complementary color
Monochromatic Colors of #AA8012
Black with #AA8012
Text Example
Text Example
White with #AA8012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8012; }
p { color: rgb(170,128,18); }
H1.HeaderClassName
{
color: #AA8012;
}
.AnyTagClassName
{
color: #AA8012;
}
</style>
background-color css
<style>
a { background-color: #AA8012; }
a { background-color: rgb(170,128,18); }
div.DivClassName
{
background-color: #AA8012;
}
.BgClassName
{
background-color: #AA8012;
}
</style>
border-color css
<style>
span { border-color: #AA8012; }
span { border-color: rgb(170,128,18); }
td.TdClassName
{
border-color: #AA8012;
}
.TagClassName
{
border-color: #AA8012;
}
</style>