Shades of Dark Goldenrod #AA8214
Tints of Dark Goldenrod #AA8214
RGB
CMYK
RGB Variations
Color information
#AA8214 (or 0xAA8214) is known color: Dark Goldenrod. HEX triplet: AA, 82 and 14. RGB value is (170,130,20). Sum of RGB (Red+Green+Blue) = 170+130+20=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8214 is #557DEB. Grayscale: #818181. Windows color (decimal): -5602796 or 1344170. OLE color: 1344170.
HSL color Cylindrical-coordinate representation of color #AA8214: hue angle of 44º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA8214 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 20 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.33 |
| HSL | 44º | 0.79% | 0.37% | - |
| HSV(B) | 44º | 0.88% | 0.67% | - |
| XYZ | 24.69 | 24.56 | 4.1 | - |
| YUV | 129.42 | 66.25 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 20 | 0 | 0.24 | 0.88 | 0.33 | 44 | 0.79 | 0.37 |
| Hex | AA | 82 | 14 | 0 | 18 | 58 | 21 | 2C | 4F | 25 |
| Octal | 252 | 202 | 24 | 0 | 30 | 130 | 41 | 54 | 117 | 45 |
| Binary | 10101010 | 10000010 | 10100 | 0 | 11000 | 1011000 | 100001 | 101100 | 1001111 | 100101 |
Color Harmonies of #AA8214
Complementary color
Monochromatic Colors of #AA8214
Black with #AA8214
Text Example
Text Example
White with #AA8214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8214; }
p { color: rgb(170,130,20); }
H1.HeaderClassName
{
color: #AA8214;
}
.AnyTagClassName
{
color: #AA8214;
}
</style>
background-color css
<style>
a { background-color: #AA8214; }
a { background-color: rgb(170,130,20); }
div.DivClassName
{
background-color: #AA8214;
}
.BgClassName
{
background-color: #AA8214;
}
</style>
border-color css
<style>
span { border-color: #AA8214; }
span { border-color: rgb(170,130,20); }
td.TdClassName
{
border-color: #AA8214;
}
.TagClassName
{
border-color: #AA8214;
}
</style>