Shades of Dark Goldenrod #AA740A
Tints of Dark Goldenrod #AA740A
RGB
CMYK
RGB Variations
Color information
#AA740A (or 0xAA740A) is known color: Dark Goldenrod. HEX triplet: AA, 74 and 0A. RGB value is (170,116,10). Sum of RGB (Red+Green+Blue) = 170+116+10=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA740A is #558BF5. Grayscale: #787878. Windows color (decimal): -5606390 or 685226. OLE color: 685226.
HSL color Cylindrical-coordinate representation of color #AA740A: hue angle of 39.75º 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 #AA740A is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 10 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.33 |
| HSL | 39.75º | 0.89% | 0.35% | - |
| HSV(B) | 39.75º | 0.94% | 0.67% | - |
| XYZ | 22.88 | 21.06 | 3.15 | - |
| YUV | 120.06 | 65.89 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 10 | 0 | 0.32 | 0.94 | 0.33 | 39.75 | 0.89 | 0.35 |
| Hex | AA | 74 | A | 0 | 20 | 5E | 21 | 28 | 59 | 23 |
| Octal | 252 | 164 | 12 | 0 | 40 | 136 | 41 | 50 | 131 | 43 |
| Binary | 10101010 | 1110100 | 1010 | 0 | 100000 | 1011110 | 100001 | 101000 | 1011001 | 100011 |
Color Harmonies of #AA740A
Complementary color
Monochromatic Colors of #AA740A
Black with #AA740A
Text Example
Text Example
White with #AA740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA740A; }
p { color: rgb(170,116,10); }
H1.HeaderClassName
{
color: #AA740A;
}
.AnyTagClassName
{
color: #AA740A;
}
</style>
background-color css
<style>
a { background-color: #AA740A; }
a { background-color: rgb(170,116,10); }
div.DivClassName
{
background-color: #AA740A;
}
.BgClassName
{
background-color: #AA740A;
}
</style>
border-color css
<style>
span { border-color: #AA740A; }
span { border-color: rgb(170,116,10); }
td.TdClassName
{
border-color: #AA740A;
}
.TagClassName
{
border-color: #AA740A;
}
</style>