Shades of Dark Goldenrod #AA7613
Tints of Dark Goldenrod #AA7613
RGB
CMYK
RGB Variations
Color information
#AA7613 (or 0xAA7613) is known color: Dark Goldenrod. HEX triplet: AA, 76 and 13. RGB value is (170,118,19). Sum of RGB (Red+Green+Blue) = 170+118+19=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7613 is #5589EC. Grayscale: #7A7A7A. Windows color (decimal): -5605869 or 1275562. OLE color: 1275562.
HSL color Cylindrical-coordinate representation of color #AA7613: hue angle of 39.34º 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 #AA7613 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 19 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.33 |
| HSL | 39.34º | 0.8% | 0.37% | - |
| HSV(B) | 39.34º | 0.89% | 0.67% | - |
| XYZ | 23.17 | 21.55 | 3.55 | - |
| YUV | 122.26 | 69.73 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 19 | 0 | 0.31 | 0.89 | 0.33 | 39.34 | 0.8 | 0.37 |
| Hex | AA | 76 | 13 | 0 | 1F | 59 | 21 | 27 | 50 | 25 |
| Octal | 252 | 166 | 23 | 0 | 37 | 131 | 41 | 47 | 120 | 45 |
| Binary | 10101010 | 1110110 | 10011 | 0 | 11111 | 1011001 | 100001 | 100111 | 1010000 | 100101 |
Color Harmonies of #AA7613
Complementary color
Monochromatic Colors of #AA7613
Black with #AA7613
Text Example
Text Example
White with #AA7613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7613; }
p { color: rgb(170,118,19); }
H1.HeaderClassName
{
color: #AA7613;
}
.AnyTagClassName
{
color: #AA7613;
}
</style>
background-color css
<style>
a { background-color: #AA7613; }
a { background-color: rgb(170,118,19); }
div.DivClassName
{
background-color: #AA7613;
}
.BgClassName
{
background-color: #AA7613;
}
</style>
border-color css
<style>
span { border-color: #AA7613; }
span { border-color: rgb(170,118,19); }
td.TdClassName
{
border-color: #AA7613;
}
.TagClassName
{
border-color: #AA7613;
}
</style>