Shades of Dark Goldenrod #AA8711
Tints of Dark Goldenrod #AA8711
RGB
CMYK
RGB Variations
Color information
#AA8711 (or 0xAA8711) is known color: Dark Goldenrod. HEX triplet: AA, 87 and 11. RGB value is (170,135,17). Sum of RGB (Red+Green+Blue) = 170+135+17=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8711 is #5578EE. Grayscale: #848484. Windows color (decimal): -5601519 or 1148842. OLE color: 1148842.
HSL color Cylindrical-coordinate representation of color #AA8711: hue angle of 46.27º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA8711 is Cyan = 0, Magento = 0.21, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 17 | - |
| CMYK | 0 | 0.21 | 0.9 | 0.33 |
| HSL | 46.27º | 0.82% | 0.37% | - |
| HSV(B) | 46.27º | 0.9% | 0.67% | - |
| XYZ | 25.34 | 25.91 | 4.2 | - |
| YUV | 132.01 | 63.1 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 17 | 0 | 0.21 | 0.9 | 0.33 | 46.27 | 0.82 | 0.37 |
| Hex | AA | 87 | 11 | 0 | 15 | 5A | 21 | 2E | 52 | 25 |
| Octal | 252 | 207 | 21 | 0 | 25 | 132 | 41 | 56 | 122 | 45 |
| Binary | 10101010 | 10000111 | 10001 | 0 | 10101 | 1011010 | 100001 | 101110 | 1010010 | 100101 |
Color Harmonies of #AA8711
Complementary color
Monochromatic Colors of #AA8711
Black with #AA8711
Text Example
Text Example
White with #AA8711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8711; }
p { color: rgb(170,135,17); }
H1.HeaderClassName
{
color: #AA8711;
}
.AnyTagClassName
{
color: #AA8711;
}
</style>
background-color css
<style>
a { background-color: #AA8711; }
a { background-color: rgb(170,135,17); }
div.DivClassName
{
background-color: #AA8711;
}
.BgClassName
{
background-color: #AA8711;
}
</style>
border-color css
<style>
span { border-color: #AA8711; }
span { border-color: rgb(170,135,17); }
td.TdClassName
{
border-color: #AA8711;
}
.TagClassName
{
border-color: #AA8711;
}
</style>