Shades of Dark Goldenrod #AA7A12
Tints of Dark Goldenrod #AA7A12
RGB
CMYK
RGB Variations
Color information
#AA7A12 (or 0xAA7A12) is known color: Dark Goldenrod. HEX triplet: AA, 7A and 12. RGB value is (170,122,18). Sum of RGB (Red+Green+Blue) = 170+122+18=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A12 is #5585ED. Grayscale: #7C7C7C. Windows color (decimal): -5604846 or 1211050. OLE color: 1211050.
HSL color Cylindrical-coordinate representation of color #AA7A12: hue angle of 41.05º 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 #AA7A12 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 18 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.33 |
| HSL | 41.05º | 0.81% | 0.37% | - |
| HSV(B) | 41.05º | 0.89% | 0.67% | - |
| XYZ | 23.65 | 22.51 | 3.67 | - |
| YUV | 124.5 | 67.9 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 18 | 0 | 0.28 | 0.89 | 0.33 | 41.05 | 0.81 | 0.37 |
| Hex | AA | 7A | 12 | 0 | 1C | 59 | 21 | 29 | 51 | 25 |
| Octal | 252 | 172 | 22 | 0 | 34 | 131 | 41 | 51 | 121 | 45 |
| Binary | 10101010 | 1111010 | 10010 | 0 | 11100 | 1011001 | 100001 | 101001 | 1010001 | 100101 |
Color Harmonies of #AA7A12
Complementary color
Monochromatic Colors of #AA7A12
Black with #AA7A12
Text Example
Text Example
White with #AA7A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A12; }
p { color: rgb(170,122,18); }
H1.HeaderClassName
{
color: #AA7A12;
}
.AnyTagClassName
{
color: #AA7A12;
}
</style>
background-color css
<style>
a { background-color: #AA7A12; }
a { background-color: rgb(170,122,18); }
div.DivClassName
{
background-color: #AA7A12;
}
.BgClassName
{
background-color: #AA7A12;
}
</style>
border-color css
<style>
span { border-color: #AA7A12; }
span { border-color: rgb(170,122,18); }
td.TdClassName
{
border-color: #AA7A12;
}
.TagClassName
{
border-color: #AA7A12;
}
</style>