Shades of Dark Goldenrod #AA8710
Tints of Dark Goldenrod #AA8710
RGB
CMYK
RGB Variations
Color information
#AA8710 (or 0xAA8710) is known color: Dark Goldenrod. HEX triplet: AA, 87 and 10. RGB value is (170,135,16). Sum of RGB (Red+Green+Blue) = 170+135+16=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8710 is #5578EF. Grayscale: #848484. Windows color (decimal): -5601520 or 1083306. OLE color: 1083306.
HSL color Cylindrical-coordinate representation of color #AA8710: hue angle of 46.36º 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 #AA8710 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 16 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.33 |
| HSL | 46.36º | 0.83% | 0.36% | - |
| HSV(B) | 46.36º | 0.91% | 0.67% | - |
| XYZ | 25.34 | 25.91 | 4.16 | - |
| YUV | 131.9 | 62.6 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 16 | 0 | 0.21 | 0.91 | 0.33 | 46.36 | 0.83 | 0.36 |
| Hex | AA | 87 | 10 | 0 | 15 | 5B | 21 | 2E | 53 | 24 |
| Octal | 252 | 207 | 20 | 0 | 25 | 133 | 41 | 56 | 123 | 44 |
| Binary | 10101010 | 10000111 | 10000 | 0 | 10101 | 1011011 | 100001 | 101110 | 1010011 | 100100 |
Color Harmonies of #AA8710
Complementary color
Monochromatic Colors of #AA8710
Black with #AA8710
Text Example
Text Example
White with #AA8710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8710; }
p { color: rgb(170,135,16); }
H1.HeaderClassName
{
color: #AA8710;
}
.AnyTagClassName
{
color: #AA8710;
}
</style>
background-color css
<style>
a { background-color: #AA8710; }
a { background-color: rgb(170,135,16); }
div.DivClassName
{
background-color: #AA8710;
}
.BgClassName
{
background-color: #AA8710;
}
</style>
border-color css
<style>
span { border-color: #AA8710; }
span { border-color: rgb(170,135,16); }
td.TdClassName
{
border-color: #AA8710;
}
.TagClassName
{
border-color: #AA8710;
}
</style>