Shades of Dark Goldenrod #AA8D0A
Tints of Dark Goldenrod #AA8D0A
RGB
CMYK
RGB Variations
Color information
#AA8D0A (or 0xAA8D0A) is known color: Dark Goldenrod. HEX triplet: AA, 8D and 0A. RGB value is (170,141,10). Sum of RGB (Red+Green+Blue) = 170+141+10=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D0A is #5572F5. Grayscale: #878787. Windows color (decimal): -5599990 or 691626. OLE color: 691626.
HSL color Cylindrical-coordinate representation of color #AA8D0A: hue angle of 49.12º 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 #AA8D0A is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 10 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.33 |
| HSL | 49.13º | 0.89% | 0.35% | - |
| HSV(B) | 49.13º | 0.94% | 0.67% | - |
| XYZ | 26.16 | 27.62 | 4.24 | - |
| YUV | 134.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 10 | 0 | 0.17 | 0.94 | 0.33 | 49.13 | 0.89 | 0.35 |
| Hex | AA | 8D | A | 0 | 11 | 5E | 21 | 31 | 59 | 23 |
| Octal | 252 | 215 | 12 | 0 | 21 | 136 | 41 | 61 | 131 | 43 |
| Binary | 10101010 | 10001101 | 1010 | 0 | 10001 | 1011110 | 100001 | 110001 | 1011001 | 100011 |
Color Harmonies of #AA8D0A
Complementary color
Monochromatic Colors of #AA8D0A
Black with #AA8D0A
Text Example
Text Example
White with #AA8D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D0A; }
p { color: rgb(170,141,10); }
H1.HeaderClassName
{
color: #AA8D0A;
}
.AnyTagClassName
{
color: #AA8D0A;
}
</style>
background-color css
<style>
a { background-color: #AA8D0A; }
a { background-color: rgb(170,141,10); }
div.DivClassName
{
background-color: #AA8D0A;
}
.BgClassName
{
background-color: #AA8D0A;
}
</style>
border-color css
<style>
span { border-color: #AA8D0A; }
span { border-color: rgb(170,141,10); }
td.TdClassName
{
border-color: #AA8D0A;
}
.TagClassName
{
border-color: #AA8D0A;
}
</style>