Shades of Dark Goldenrod #AA8910
Tints of Dark Goldenrod #AA8910
RGB
CMYK
RGB Variations
Color information
#AA8910 (or 0xAA8910) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 10. RGB value is (170,137,16). Sum of RGB (Red+Green+Blue) = 170+137+16=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8910 is #5576EF. Grayscale: #858585. Windows color (decimal): -5601008 or 1083818. OLE color: 1083818.
HSL color Cylindrical-coordinate representation of color #AA8910: hue angle of 47.14º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA8910 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 16 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.33 |
| HSL | 47.14º | 0.83% | 0.36% | - |
| HSV(B) | 47.14º | 0.91% | 0.67% | - |
| XYZ | 25.62 | 26.47 | 4.25 | - |
| YUV | 133.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 16 | 0 | 0.19 | 0.91 | 0.33 | 47.14 | 0.83 | 0.36 |
| Hex | AA | 89 | 10 | 0 | 13 | 5B | 21 | 2F | 53 | 24 |
| Octal | 252 | 211 | 20 | 0 | 23 | 133 | 41 | 57 | 123 | 44 |
| Binary | 10101010 | 10001001 | 10000 | 0 | 10011 | 1011011 | 100001 | 101111 | 1010011 | 100100 |
Color Harmonies of #AA8910
Complementary color
Monochromatic Colors of #AA8910
Black with #AA8910
Text Example
Text Example
White with #AA8910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8910; }
p { color: rgb(170,137,16); }
H1.HeaderClassName
{
color: #AA8910;
}
.AnyTagClassName
{
color: #AA8910;
}
</style>
background-color css
<style>
a { background-color: #AA8910; }
a { background-color: rgb(170,137,16); }
div.DivClassName
{
background-color: #AA8910;
}
.BgClassName
{
background-color: #AA8910;
}
</style>
border-color css
<style>
span { border-color: #AA8910; }
span { border-color: rgb(170,137,16); }
td.TdClassName
{
border-color: #AA8910;
}
.TagClassName
{
border-color: #AA8910;
}
</style>