Shades of Dark Goldenrod #AA8912
Tints of Dark Goldenrod #AA8912
RGB
CMYK
RGB Variations
Color information
#AA8912 (or 0xAA8912) is known color: Dark Goldenrod. HEX triplet: AA, 89 and 12. RGB value is (170,137,18). Sum of RGB (Red+Green+Blue) = 170+137+18=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8912 is #5576ED. Grayscale: #858585. Windows color (decimal): -5601006 or 1214890. OLE color: 1214890.
HSL color Cylindrical-coordinate representation of color #AA8912: hue angle of 46.97º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA8912 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 18 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.33 |
| HSL | 46.97º | 0.81% | 0.37% | - |
| HSV(B) | 46.97º | 0.89% | 0.67% | - |
| XYZ | 25.63 | 26.48 | 4.33 | - |
| YUV | 133.3 | 62.93 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 18 | 0 | 0.19 | 0.89 | 0.33 | 46.97 | 0.81 | 0.37 |
| Hex | AA | 89 | 12 | 0 | 13 | 59 | 21 | 2F | 51 | 25 |
| Octal | 252 | 211 | 22 | 0 | 23 | 131 | 41 | 57 | 121 | 45 |
| Binary | 10101010 | 10001001 | 10010 | 0 | 10011 | 1011001 | 100001 | 101111 | 1010001 | 100101 |
Color Harmonies of #AA8912
Complementary color
Monochromatic Colors of #AA8912
Black with #AA8912
Text Example
Text Example
White with #AA8912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8912; }
p { color: rgb(170,137,18); }
H1.HeaderClassName
{
color: #AA8912;
}
.AnyTagClassName
{
color: #AA8912;
}
</style>
background-color css
<style>
a { background-color: #AA8912; }
a { background-color: rgb(170,137,18); }
div.DivClassName
{
background-color: #AA8912;
}
.BgClassName
{
background-color: #AA8912;
}
</style>
border-color css
<style>
span { border-color: #AA8912; }
span { border-color: rgb(170,137,18); }
td.TdClassName
{
border-color: #AA8912;
}
.TagClassName
{
border-color: #AA8912;
}
</style>