Shades of Dark Goldenrod #AA8612
Tints of Dark Goldenrod #AA8612
RGB
CMYK
RGB Variations
Color information
#AA8612 (or 0xAA8612) is known color: Dark Goldenrod. HEX triplet: AA, 86 and 12. RGB value is (170,134,18). Sum of RGB (Red+Green+Blue) = 170+134+18=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8612 is #5579ED. Grayscale: #848484. Windows color (decimal): -5601774 or 1214122. OLE color: 1214122.
HSL color Cylindrical-coordinate representation of color #AA8612: hue angle of 45.79º 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 #AA8612 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 18 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.33 |
| HSL | 45.79º | 0.81% | 0.37% | - |
| HSV(B) | 45.79º | 0.89% | 0.67% | - |
| XYZ | 25.21 | 25.64 | 4.19 | - |
| YUV | 131.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 18 | 0 | 0.21 | 0.89 | 0.33 | 45.79 | 0.81 | 0.37 |
| Hex | AA | 86 | 12 | 0 | 15 | 59 | 21 | 2E | 51 | 25 |
| Octal | 252 | 206 | 22 | 0 | 25 | 131 | 41 | 56 | 121 | 45 |
| Binary | 10101010 | 10000110 | 10010 | 0 | 10101 | 1011001 | 100001 | 101110 | 1010001 | 100101 |
Color Harmonies of #AA8612
Complementary color
Monochromatic Colors of #AA8612
Black with #AA8612
Text Example
Text Example
White with #AA8612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8612; }
p { color: rgb(170,134,18); }
H1.HeaderClassName
{
color: #AA8612;
}
.AnyTagClassName
{
color: #AA8612;
}
</style>
background-color css
<style>
a { background-color: #AA8612; }
a { background-color: rgb(170,134,18); }
div.DivClassName
{
background-color: #AA8612;
}
.BgClassName
{
background-color: #AA8612;
}
</style>
border-color css
<style>
span { border-color: #AA8612; }
span { border-color: rgb(170,134,18); }
td.TdClassName
{
border-color: #AA8612;
}
.TagClassName
{
border-color: #AA8612;
}
</style>