Shades of Dark Goldenrod #AA790A
Tints of Dark Goldenrod #AA790A
RGB
CMYK
RGB Variations
Color information
#AA790A (or 0xAA790A) is known color: Dark Goldenrod. HEX triplet: AA, 79 and 0A. RGB value is (170,121,10). Sum of RGB (Red+Green+Blue) = 170+121+10=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA790A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA790A is #5586F5. Grayscale: #7B7B7B. Windows color (decimal): -5605110 or 686506. OLE color: 686506.
HSL color Cylindrical-coordinate representation of color #AA790A: hue angle of 41.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA790A is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 10 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.33 |
| HSL | 41.63º | 0.89% | 0.35% | - |
| HSV(B) | 41.63º | 0.94% | 0.67% | - |
| XYZ | 23.47 | 22.24 | 3.34 | - |
| YUV | 123 | 64.23 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 10 | 0 | 0.29 | 0.94 | 0.33 | 41.63 | 0.89 | 0.35 |
| Hex | AA | 79 | A | 0 | 1D | 5E | 21 | 2A | 59 | 23 |
| Octal | 252 | 171 | 12 | 0 | 35 | 136 | 41 | 52 | 131 | 43 |
| Binary | 10101010 | 1111001 | 1010 | 0 | 11101 | 1011110 | 100001 | 101010 | 1011001 | 100011 |
Color Harmonies of #AA790A
Complementary color
Monochromatic Colors of #AA790A
Black with #AA790A
Text Example
Text Example
White with #AA790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA790A; }
p { color: rgb(170,121,10); }
H1.HeaderClassName
{
color: #AA790A;
}
.AnyTagClassName
{
color: #AA790A;
}
</style>
background-color css
<style>
a { background-color: #AA790A; }
a { background-color: rgb(170,121,10); }
div.DivClassName
{
background-color: #AA790A;
}
.BgClassName
{
background-color: #AA790A;
}
</style>
border-color css
<style>
span { border-color: #AA790A; }
span { border-color: rgb(170,121,10); }
td.TdClassName
{
border-color: #AA790A;
}
.TagClassName
{
border-color: #AA790A;
}
</style>