Shades of Dark Goldenrod #AA8312
Tints of Dark Goldenrod #AA8312
RGB
CMYK
RGB Variations
Color information
#AA8312 (or 0xAA8312) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 12. RGB value is (170,131,18). Sum of RGB (Red+Green+Blue) = 170+131+18=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8312 is #557CED. Grayscale: #828282. Windows color (decimal): -5602542 or 1213354. OLE color: 1213354.
HSL color Cylindrical-coordinate representation of color #AA8312: hue angle of 44.61º 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 #AA8312 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 18 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.33 |
| HSL | 44.61º | 0.81% | 0.37% | - |
| HSV(B) | 44.61º | 0.89% | 0.67% | - |
| XYZ | 24.8 | 24.82 | 4.06 | - |
| YUV | 129.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 18 | 0 | 0.23 | 0.89 | 0.33 | 44.61 | 0.81 | 0.37 |
| Hex | AA | 83 | 12 | 0 | 17 | 59 | 21 | 2D | 51 | 25 |
| Octal | 252 | 203 | 22 | 0 | 27 | 131 | 41 | 55 | 121 | 45 |
| Binary | 10101010 | 10000011 | 10010 | 0 | 10111 | 1011001 | 100001 | 101101 | 1010001 | 100101 |
Color Harmonies of #AA8312
Complementary color
Monochromatic Colors of #AA8312
Black with #AA8312
Text Example
Text Example
White with #AA8312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8312; }
p { color: rgb(170,131,18); }
H1.HeaderClassName
{
color: #AA8312;
}
.AnyTagClassName
{
color: #AA8312;
}
</style>
background-color css
<style>
a { background-color: #AA8312; }
a { background-color: rgb(170,131,18); }
div.DivClassName
{
background-color: #AA8312;
}
.BgClassName
{
background-color: #AA8312;
}
</style>
border-color css
<style>
span { border-color: #AA8312; }
span { border-color: rgb(170,131,18); }
td.TdClassName
{
border-color: #AA8312;
}
.TagClassName
{
border-color: #AA8312;
}
</style>