Shades of Dark Goldenrod #AA8514
Tints of Dark Goldenrod #AA8514
RGB
CMYK
RGB Variations
Color information
#AA8514 (or 0xAA8514) is known color: Dark Goldenrod. HEX triplet: AA, 85 and 14. RGB value is (170,133,20). Sum of RGB (Red+Green+Blue) = 170+133+20=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8514 is #557AEB. Grayscale: #838383. Windows color (decimal): -5602028 or 1344938. OLE color: 1344938.
HSL color Cylindrical-coordinate representation of color #AA8514: hue angle of 45.2º 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 #AA8514 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 20 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.33 |
| HSL | 45.2º | 0.79% | 0.37% | - |
| HSV(B) | 45.2º | 0.88% | 0.67% | - |
| XYZ | 25.09 | 25.37 | 4.24 | - |
| YUV | 131.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 20 | 0 | 0.22 | 0.88 | 0.33 | 45.2 | 0.79 | 0.37 |
| Hex | AA | 85 | 14 | 0 | 16 | 58 | 21 | 2D | 4F | 25 |
| Octal | 252 | 205 | 24 | 0 | 26 | 130 | 41 | 55 | 117 | 45 |
| Binary | 10101010 | 10000101 | 10100 | 0 | 10110 | 1011000 | 100001 | 101101 | 1001111 | 100101 |
Color Harmonies of #AA8514
Complementary color
Monochromatic Colors of #AA8514
Black with #AA8514
Text Example
Text Example
White with #AA8514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8514; }
p { color: rgb(170,133,20); }
H1.HeaderClassName
{
color: #AA8514;
}
.AnyTagClassName
{
color: #AA8514;
}
</style>
background-color css
<style>
a { background-color: #AA8514; }
a { background-color: rgb(170,133,20); }
div.DivClassName
{
background-color: #AA8514;
}
.BgClassName
{
background-color: #AA8514;
}
</style>
border-color css
<style>
span { border-color: #AA8514; }
span { border-color: rgb(170,133,20); }
td.TdClassName
{
border-color: #AA8514;
}
.TagClassName
{
border-color: #AA8514;
}
</style>