Shades of Dark Goldenrod #AE8D0E
Tints of Dark Goldenrod #AE8D0E
RGB
CMYK
RGB Variations
Color information
#AE8D0E (or 0xAE8D0E) is known color: Dark Goldenrod. HEX triplet: AE, 8D and 0E. RGB value is (174,141,14). Sum of RGB (Red+Green+Blue) = 174+141+14=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8D0E is #5172F1. Grayscale: #888888. Windows color (decimal): -5337842 or 953774. OLE color: 953774.
HSL color Cylindrical-coordinate representation of color #AE8D0E: hue angle of 47.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE8D0E is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 141 | 14 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.32 |
| HSL | 47.63º | 0.85% | 0.37% | - |
| HSV(B) | 47.63º | 0.92% | 0.68% | - |
| XYZ | 27.06 | 28.08 | 4.41 | - |
| YUV | 136.39 | 58.93 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 141 | 14 | 0 | 0.19 | 0.92 | 0.32 | 47.63 | 0.85 | 0.37 |
| Hex | AE | 8D | E | 0 | 13 | 5C | 20 | 30 | 55 | 25 |
| Octal | 256 | 215 | 16 | 0 | 23 | 134 | 40 | 60 | 125 | 45 |
| Binary | 10101110 | 10001101 | 1110 | 0 | 10011 | 1011100 | 100000 | 110000 | 1010101 | 100101 |
Color Harmonies of #AE8D0E
Complementary color
Monochromatic Colors of #AE8D0E
Black with #AE8D0E
Text Example
Text Example
White with #AE8D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8D0E; }
p { color: rgb(174,141,14); }
H1.HeaderClassName
{
color: #AE8D0E;
}
.AnyTagClassName
{
color: #AE8D0E;
}
</style>
background-color css
<style>
a { background-color: #AE8D0E; }
a { background-color: rgb(174,141,14); }
div.DivClassName
{
background-color: #AE8D0E;
}
.BgClassName
{
background-color: #AE8D0E;
}
</style>
border-color css
<style>
span { border-color: #AE8D0E; }
span { border-color: rgb(174,141,14); }
td.TdClassName
{
border-color: #AE8D0E;
}
.TagClassName
{
border-color: #AE8D0E;
}
</style>