Shades of Dark Goldenrod #AA7612
Tints of Dark Goldenrod #AA7612
RGB
CMYK
RGB Variations
Color information
#AA7612 (or 0xAA7612) is known color: Dark Goldenrod. HEX triplet: AA, 76 and 12. RGB value is (170,118,18). Sum of RGB (Red+Green+Blue) = 170+118+18=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7612 is #5589ED. Grayscale: #7A7A7A. Windows color (decimal): -5605870 or 1210026. OLE color: 1210026.
HSL color Cylindrical-coordinate representation of color #AA7612: hue angle of 39.47º 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 #AA7612 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 18 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.33 |
| HSL | 39.47º | 0.81% | 0.37% | - |
| HSV(B) | 39.47º | 0.89% | 0.67% | - |
| XYZ | 23.17 | 21.55 | 3.51 | - |
| YUV | 122.15 | 69.23 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 18 | 0 | 0.31 | 0.89 | 0.33 | 39.47 | 0.81 | 0.37 |
| Hex | AA | 76 | 12 | 0 | 1F | 59 | 21 | 27 | 51 | 25 |
| Octal | 252 | 166 | 22 | 0 | 37 | 131 | 41 | 47 | 121 | 45 |
| Binary | 10101010 | 1110110 | 10010 | 0 | 11111 | 1011001 | 100001 | 100111 | 1010001 | 100101 |
Color Harmonies of #AA7612
Complementary color
Monochromatic Colors of #AA7612
Black with #AA7612
Text Example
Text Example
White with #AA7612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7612; }
p { color: rgb(170,118,18); }
H1.HeaderClassName
{
color: #AA7612;
}
.AnyTagClassName
{
color: #AA7612;
}
</style>
background-color css
<style>
a { background-color: #AA7612; }
a { background-color: rgb(170,118,18); }
div.DivClassName
{
background-color: #AA7612;
}
.BgClassName
{
background-color: #AA7612;
}
</style>
border-color css
<style>
span { border-color: #AA7612; }
span { border-color: rgb(170,118,18); }
td.TdClassName
{
border-color: #AA7612;
}
.TagClassName
{
border-color: #AA7612;
}
</style>