Shades of Dark Goldenrod #AA890A
Tints of Dark Goldenrod #AA890A
RGB
CMYK
RGB Variations
Color information
#AA890A (or 0xAA890A) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 0A. RGB value is (170,137,10). Sum of RGB (Red+Green+Blue) = 170+137+10=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA890A is #5576F5. Grayscale: #848484. Windows color (decimal): -5601014 or 690602. OLE color: 690602.
HSL color Cylindrical-coordinate representation of color #AA890A: hue angle of 47.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 #AA890A is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 10 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.33 |
| HSL | 47.63º | 0.89% | 0.35% | - |
| HSV(B) | 47.63º | 0.94% | 0.67% | - |
| XYZ | 25.58 | 26.46 | 4.05 | - |
| YUV | 132.39 | 58.93 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 10 | 0 | 0.19 | 0.94 | 0.33 | 47.63 | 0.89 | 0.35 |
| Hex | AA | 89 | A | 0 | 13 | 5E | 21 | 30 | 59 | 23 |
| Octal | 252 | 211 | 12 | 0 | 23 | 136 | 41 | 60 | 131 | 43 |
| Binary | 10101010 | 10001001 | 1010 | 0 | 10011 | 1011110 | 100001 | 110000 | 1011001 | 100011 |
Color Harmonies of #AA890A
Complementary color
Monochromatic Colors of #AA890A
Black with #AA890A
Text Example
Text Example
White with #AA890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA890A; }
p { color: rgb(170,137,10); }
H1.HeaderClassName
{
color: #AA890A;
}
.AnyTagClassName
{
color: #AA890A;
}
</style>
background-color css
<style>
a { background-color: #AA890A; }
a { background-color: rgb(170,137,10); }
div.DivClassName
{
background-color: #AA890A;
}
.BgClassName
{
background-color: #AA890A;
}
</style>
border-color css
<style>
span { border-color: #AA890A; }
span { border-color: rgb(170,137,10); }
td.TdClassName
{
border-color: #AA890A;
}
.TagClassName
{
border-color: #AA890A;
}
</style>