Shades of Dark Goldenrod #AA880A
Tints of Dark Goldenrod #AA880A
RGB
CMYK
RGB Variations
Color information
#AA880A (or 0xAA880A) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 0A. RGB value is (170,136,10). Sum of RGB (Red+Green+Blue) = 170+136+10=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA880A is #5577F5. Grayscale: #848484. Windows color (decimal): -5601270 or 690346. OLE color: 690346.
HSL color Cylindrical-coordinate representation of color #AA880A: hue angle of 47.25º 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 #AA880A is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 10 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.33 |
| HSL | 47.25º | 0.89% | 0.35% | - |
| HSV(B) | 47.25º | 0.94% | 0.67% | - |
| XYZ | 25.44 | 26.18 | 4 | - |
| YUV | 131.8 | 59.26 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 10 | 0 | 0.20 | 0.94 | 0.33 | 47.25 | 0.89 | 0.35 |
| Hex | AA | 88 | A | 0 | 14 | 5E | 21 | 2F | 59 | 23 |
| Octal | 252 | 210 | 12 | 0 | 24 | 136 | 41 | 57 | 131 | 43 |
| Binary | 10101010 | 10001000 | 1010 | 0 | 10100 | 1011110 | 100001 | 101111 | 1011001 | 100011 |
Color Harmonies of #AA880A
Complementary color
Monochromatic Colors of #AA880A
Black with #AA880A
Text Example
Text Example
White with #AA880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA880A; }
p { color: rgb(170,136,10); }
H1.HeaderClassName
{
color: #AA880A;
}
.AnyTagClassName
{
color: #AA880A;
}
</style>
background-color css
<style>
a { background-color: #AA880A; }
a { background-color: rgb(170,136,10); }
div.DivClassName
{
background-color: #AA880A;
}
.BgClassName
{
background-color: #AA880A;
}
</style>
border-color css
<style>
span { border-color: #AA880A; }
span { border-color: rgb(170,136,10); }
td.TdClassName
{
border-color: #AA880A;
}
.TagClassName
{
border-color: #AA880A;
}
</style>