Shades of Dark Goldenrod #AA830E
Tints of Dark Goldenrod #AA830E
RGB
CMYK
RGB Variations
Color information
#AA830E (or 0xAA830E) is known color: Dark Goldenrod. HEX triplet: AA, 83 and 0E. RGB value is (170,131,14). Sum of RGB (Red+Green+Blue) = 170+131+14=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA830E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA830E is #557CF1. Grayscale: #818181. Windows color (decimal): -5602546 or 951210. OLE color: 951210.
HSL color Cylindrical-coordinate representation of color #AA830E: hue angle of 45º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA830E is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 14 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.33 |
| HSL | 45º | 0.85% | 0.36% | - |
| HSV(B) | 45º | 0.92% | 0.67% | - |
| XYZ | 24.77 | 24.81 | 3.9 | - |
| YUV | 129.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 14 | 0 | 0.23 | 0.92 | 0.33 | 45 | 0.85 | 0.36 |
| Hex | AA | 83 | E | 0 | 17 | 5C | 21 | 2D | 55 | 24 |
| Octal | 252 | 203 | 16 | 0 | 27 | 134 | 41 | 55 | 125 | 44 |
| Binary | 10101010 | 10000011 | 1110 | 0 | 10111 | 1011100 | 100001 | 101101 | 1010101 | 100100 |
Color Harmonies of #AA830E
Complementary color
Monochromatic Colors of #AA830E
Black with #AA830E
Text Example
Text Example
White with #AA830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA830E; }
p { color: rgb(170,131,14); }
H1.HeaderClassName
{
color: #AA830E;
}
.AnyTagClassName
{
color: #AA830E;
}
</style>
background-color css
<style>
a { background-color: #AA830E; }
a { background-color: rgb(170,131,14); }
div.DivClassName
{
background-color: #AA830E;
}
.BgClassName
{
background-color: #AA830E;
}
</style>
border-color css
<style>
span { border-color: #AA830E; }
span { border-color: rgb(170,131,14); }
td.TdClassName
{
border-color: #AA830E;
}
.TagClassName
{
border-color: #AA830E;
}
</style>