Shades of Dark Goldenrod #AA7B12
Tints of Dark Goldenrod #AA7B12
RGB
CMYK
RGB Variations
Color information
#AA7B12 (or 0xAA7B12) is known color: Dark Goldenrod. HEX triplet: AA, 7B and 12. RGB value is (170,123,18). Sum of RGB (Red+Green+Blue) = 170+123+18=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7B12 is #5584ED. Grayscale: #7D7D7D. Windows color (decimal): -5604590 or 1211306. OLE color: 1211306.
HSL color Cylindrical-coordinate representation of color #AA7B12: hue angle of 41.45º 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 #AA7B12 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 18 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.33 |
| HSL | 41.45º | 0.81% | 0.37% | - |
| HSV(B) | 41.45º | 0.89% | 0.67% | - |
| XYZ | 23.77 | 22.76 | 3.71 | - |
| YUV | 125.08 | 67.57 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 18 | 0 | 0.28 | 0.89 | 0.33 | 41.45 | 0.81 | 0.37 |
| Hex | AA | 7B | 12 | 0 | 1C | 59 | 21 | 29 | 51 | 25 |
| Octal | 252 | 173 | 22 | 0 | 34 | 131 | 41 | 51 | 121 | 45 |
| Binary | 10101010 | 1111011 | 10010 | 0 | 11100 | 1011001 | 100001 | 101001 | 1010001 | 100101 |
Color Harmonies of #AA7B12
Complementary color
Monochromatic Colors of #AA7B12
Black with #AA7B12
Text Example
Text Example
White with #AA7B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B12; }
p { color: rgb(170,123,18); }
H1.HeaderClassName
{
color: #AA7B12;
}
.AnyTagClassName
{
color: #AA7B12;
}
</style>
background-color css
<style>
a { background-color: #AA7B12; }
a { background-color: rgb(170,123,18); }
div.DivClassName
{
background-color: #AA7B12;
}
.BgClassName
{
background-color: #AA7B12;
}
</style>
border-color css
<style>
span { border-color: #AA7B12; }
span { border-color: rgb(170,123,18); }
td.TdClassName
{
border-color: #AA7B12;
}
.TagClassName
{
border-color: #AA7B12;
}
</style>