Shades of Dark Goldenrod #AA7A13
Tints of Dark Goldenrod #AA7A13
RGB
CMYK
RGB Variations
Color information
#AA7A13 (or 0xAA7A13) is known color: Dark Goldenrod. HEX triplet: AA, 7A and 13. RGB value is (170,122,19). Sum of RGB (Red+Green+Blue) = 170+122+19=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A13 is #5585EC. Grayscale: #7D7D7D. Windows color (decimal): -5604845 or 1276586. OLE color: 1276586.
HSL color Cylindrical-coordinate representation of color #AA7A13: hue angle of 40.93º degrees, saturation: 0.8, 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 #AA7A13 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 19 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.33 |
| HSL | 40.93º | 0.8% | 0.37% | - |
| HSV(B) | 40.93º | 0.89% | 0.67% | - |
| XYZ | 23.65 | 22.51 | 3.71 | - |
| YUV | 124.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 19 | 0 | 0.28 | 0.89 | 0.33 | 40.93 | 0.8 | 0.37 |
| Hex | AA | 7A | 13 | 0 | 1C | 59 | 21 | 29 | 50 | 25 |
| Octal | 252 | 172 | 23 | 0 | 34 | 131 | 41 | 51 | 120 | 45 |
| Binary | 10101010 | 1111010 | 10011 | 0 | 11100 | 1011001 | 100001 | 101001 | 1010000 | 100101 |
Color Harmonies of #AA7A13
Complementary color
Monochromatic Colors of #AA7A13
Black with #AA7A13
Text Example
Text Example
White with #AA7A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A13; }
p { color: rgb(170,122,19); }
H1.HeaderClassName
{
color: #AA7A13;
}
.AnyTagClassName
{
color: #AA7A13;
}
</style>
background-color css
<style>
a { background-color: #AA7A13; }
a { background-color: rgb(170,122,19); }
div.DivClassName
{
background-color: #AA7A13;
}
.BgClassName
{
background-color: #AA7A13;
}
</style>
border-color css
<style>
span { border-color: #AA7A13; }
span { border-color: rgb(170,122,19); }
td.TdClassName
{
border-color: #AA7A13;
}
.TagClassName
{
border-color: #AA7A13;
}
</style>