Shades of Dark Goldenrod #AA7D13
Tints of Dark Goldenrod #AA7D13
RGB
CMYK
RGB Variations
Color information
#AA7D13 (or 0xAA7D13) is known color: Dark Goldenrod. HEX triplet: AA, 7D and 13. RGB value is (170,125,19). Sum of RGB (Red+Green+Blue) = 170+125+19=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7D13 is #5582EC. Grayscale: #7E7E7E. Windows color (decimal): -5604077 or 1277354. OLE color: 1277354.
HSL color Cylindrical-coordinate representation of color #AA7D13: hue angle of 42.12º 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 #AA7D13 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 19 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.33 |
| HSL | 42.12º | 0.8% | 0.37% | - |
| HSV(B) | 42.12º | 0.89% | 0.67% | - |
| XYZ | 24.03 | 23.26 | 3.84 | - |
| YUV | 126.37 | 67.41 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 19 | 0 | 0.26 | 0.89 | 0.33 | 42.12 | 0.8 | 0.37 |
| Hex | AA | 7D | 13 | 0 | 1A | 59 | 21 | 2A | 50 | 25 |
| Octal | 252 | 175 | 23 | 0 | 32 | 131 | 41 | 52 | 120 | 45 |
| Binary | 10101010 | 1111101 | 10011 | 0 | 11010 | 1011001 | 100001 | 101010 | 1010000 | 100101 |
Color Harmonies of #AA7D13
Complementary color
Monochromatic Colors of #AA7D13
Black with #AA7D13
Text Example
Text Example
White with #AA7D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D13; }
p { color: rgb(170,125,19); }
H1.HeaderClassName
{
color: #AA7D13;
}
.AnyTagClassName
{
color: #AA7D13;
}
</style>
background-color css
<style>
a { background-color: #AA7D13; }
a { background-color: rgb(170,125,19); }
div.DivClassName
{
background-color: #AA7D13;
}
.BgClassName
{
background-color: #AA7D13;
}
</style>
border-color css
<style>
span { border-color: #AA7D13; }
span { border-color: rgb(170,125,19); }
td.TdClassName
{
border-color: #AA7D13;
}
.TagClassName
{
border-color: #AA7D13;
}
</style>