Shades of Dark Goldenrod #AA8814
Tints of Dark Goldenrod #AA8814
RGB
CMYK
RGB Variations
Color information
#AA8814 (or 0xAA8814) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 14. RGB value is (170,136,20). Sum of RGB (Red+Green+Blue) = 170+136+20=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8814 is #5577EB. Grayscale: #858585. Windows color (decimal): -5601260 or 1345706. OLE color: 1345706.
HSL color Cylindrical-coordinate representation of color #AA8814: hue angle of 46.4º 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 #AA8814 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 20 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.33 |
| HSL | 46.4º | 0.79% | 0.37% | - |
| HSV(B) | 46.4º | 0.88% | 0.67% | - |
| XYZ | 25.51 | 26.2 | 4.38 | - |
| YUV | 132.94 | 64.26 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 20 | 0 | 0.20 | 0.88 | 0.33 | 46.4 | 0.79 | 0.37 |
| Hex | AA | 88 | 14 | 0 | 14 | 58 | 21 | 2E | 4F | 25 |
| Octal | 252 | 210 | 24 | 0 | 24 | 130 | 41 | 56 | 117 | 45 |
| Binary | 10101010 | 10001000 | 10100 | 0 | 10100 | 1011000 | 100001 | 101110 | 1001111 | 100101 |
Color Harmonies of #AA8814
Complementary color
Monochromatic Colors of #AA8814
Black with #AA8814
Text Example
Text Example
White with #AA8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8814; }
p { color: rgb(170,136,20); }
H1.HeaderClassName
{
color: #AA8814;
}
.AnyTagClassName
{
color: #AA8814;
}
</style>
background-color css
<style>
a { background-color: #AA8814; }
a { background-color: rgb(170,136,20); }
div.DivClassName
{
background-color: #AA8814;
}
.BgClassName
{
background-color: #AA8814;
}
</style>
border-color css
<style>
span { border-color: #AA8814; }
span { border-color: rgb(170,136,20); }
td.TdClassName
{
border-color: #AA8814;
}
.TagClassName
{
border-color: #AA8814;
}
</style>