Shades of Dark Goldenrod #AA8811
Tints of Dark Goldenrod #AA8811
RGB
CMYK
RGB Variations
Color information
#AA8811 (or 0xAA8811) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 11. RGB value is (170,136,17). Sum of RGB (Red+Green+Blue) = 170+136+17=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8811 is #5577EE. Grayscale: #858585. Windows color (decimal): -5601263 or 1149098. OLE color: 1149098.
HSL color Cylindrical-coordinate representation of color #AA8811: hue angle of 46.67º 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 #AA8811 is Cyan = 0, Magento = 0.20, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 17 | - |
| CMYK | 0 | 0.20 | 0.9 | 0.33 |
| HSL | 46.67º | 0.82% | 0.37% | - |
| HSV(B) | 46.67º | 0.9% | 0.67% | - |
| XYZ | 25.48 | 26.19 | 4.24 | - |
| YUV | 132.6 | 62.76 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 17 | 0 | 0.20 | 0.9 | 0.33 | 46.67 | 0.82 | 0.37 |
| Hex | AA | 88 | 11 | 0 | 14 | 5A | 21 | 2F | 52 | 25 |
| Octal | 252 | 210 | 21 | 0 | 24 | 132 | 41 | 57 | 122 | 45 |
| Binary | 10101010 | 10001000 | 10001 | 0 | 10100 | 1011010 | 100001 | 101111 | 1010010 | 100101 |
Color Harmonies of #AA8811
Complementary color
Monochromatic Colors of #AA8811
Black with #AA8811
Text Example
Text Example
White with #AA8811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8811; }
p { color: rgb(170,136,17); }
H1.HeaderClassName
{
color: #AA8811;
}
.AnyTagClassName
{
color: #AA8811;
}
</style>
background-color css
<style>
a { background-color: #AA8811; }
a { background-color: rgb(170,136,17); }
div.DivClassName
{
background-color: #AA8811;
}
.BgClassName
{
background-color: #AA8811;
}
</style>
border-color css
<style>
span { border-color: #AA8811; }
span { border-color: rgb(170,136,17); }
td.TdClassName
{
border-color: #AA8811;
}
.TagClassName
{
border-color: #AA8811;
}
</style>