Shades of Dark Goldenrod #AE8815
Tints of Dark Goldenrod #AE8815
RGB
CMYK
RGB Variations
Color information
#AE8815 (or 0xAE8815) is known color: Dark Goldenrod. HEX triplet: AE, 88 and 15. RGB value is (174,136,21). Sum of RGB (Red+Green+Blue) = 174+136+21=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8815 is #5177EA. Grayscale: #868686. Windows color (decimal): -5339115 or 1411246. OLE color: 1411246.
HSL color Cylindrical-coordinate representation of color #AE8815: hue angle of 45.1º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE8815 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 136 | 21 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.32 |
| HSL | 45.1º | 0.78% | 0.38% | - |
| HSV(B) | 45.1º | 0.88% | 0.68% | - |
| XYZ | 26.4 | 26.66 | 4.46 | - |
| YUV | 134.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 21 | 0 | 0.22 | 0.88 | 0.32 | 45.1 | 0.78 | 0.38 |
| Hex | AE | 88 | 15 | 0 | 16 | 58 | 20 | 2D | 4E | 26 |
| Octal | 256 | 210 | 25 | 0 | 26 | 130 | 40 | 55 | 116 | 46 |
| Binary | 10101110 | 10001000 | 10101 | 0 | 10110 | 1011000 | 100000 | 101101 | 1001110 | 100110 |
Color Harmonies of #AE8815
Complementary color
Monochromatic Colors of #AE8815
Black with #AE8815
Text Example
Text Example
White with #AE8815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8815; }
p { color: rgb(174,136,21); }
H1.HeaderClassName
{
color: #AE8815;
}
.AnyTagClassName
{
color: #AE8815;
}
</style>
background-color css
<style>
a { background-color: #AE8815; }
a { background-color: rgb(174,136,21); }
div.DivClassName
{
background-color: #AE8815;
}
.BgClassName
{
background-color: #AE8815;
}
</style>
border-color css
<style>
span { border-color: #AE8815; }
span { border-color: rgb(174,136,21); }
td.TdClassName
{
border-color: #AE8815;
}
.TagClassName
{
border-color: #AE8815;
}
</style>