Shades of Dark Goldenrod #AA790D
Tints of Dark Goldenrod #AA790D
RGB
CMYK
RGB Variations
Color information
#AA790D (or 0xAA790D) is known color: Dark Goldenrod. HEX triplet: AA, 79 and 0D. RGB value is (170,121,13). Sum of RGB (Red+Green+Blue) = 170+121+13=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA790D is #5586F2. Grayscale: #7B7B7B. Windows color (decimal): -5605107 or 883114. OLE color: 883114.
HSL color Cylindrical-coordinate representation of color #AA790D: hue angle of 41.27º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA790D is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 13 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.33 |
| HSL | 41.27º | 0.86% | 0.36% | - |
| HSV(B) | 41.27º | 0.92% | 0.67% | - |
| XYZ | 23.49 | 22.25 | 3.44 | - |
| YUV | 123.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 13 | 0 | 0.29 | 0.92 | 0.33 | 41.27 | 0.86 | 0.36 |
| Hex | AA | 79 | D | 0 | 1D | 5C | 21 | 29 | 56 | 24 |
| Octal | 252 | 171 | 15 | 0 | 35 | 134 | 41 | 51 | 126 | 44 |
| Binary | 10101010 | 1111001 | 1101 | 0 | 11101 | 1011100 | 100001 | 101001 | 1010110 | 100100 |
Color Harmonies of #AA790D
Complementary color
Monochromatic Colors of #AA790D
Black with #AA790D
Text Example
Text Example
White with #AA790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA790D; }
p { color: rgb(170,121,13); }
H1.HeaderClassName
{
color: #AA790D;
}
.AnyTagClassName
{
color: #AA790D;
}
</style>
background-color css
<style>
a { background-color: #AA790D; }
a { background-color: rgb(170,121,13); }
div.DivClassName
{
background-color: #AA790D;
}
.BgClassName
{
background-color: #AA790D;
}
</style>
border-color css
<style>
span { border-color: #AA790D; }
span { border-color: rgb(170,121,13); }
td.TdClassName
{
border-color: #AA790D;
}
.TagClassName
{
border-color: #AA790D;
}
</style>