Shades of Dark Goldenrod #AE8D0D
Tints of Dark Goldenrod #AE8D0D
RGB
CMYK
RGB Variations
Color information
#AE8D0D (or 0xAE8D0D) is known color: Dark Goldenrod. HEX triplet: AE, 8D and 0D. RGB value is (174,141,13). Sum of RGB (Red+Green+Blue) = 174+141+13=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8D0D is #5172F2. Grayscale: #888888. Windows color (decimal): -5337843 or 888238. OLE color: 888238.
HSL color Cylindrical-coordinate representation of color #AE8D0D: hue angle of 47.7º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE8D0D is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 141 | 13 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.32 |
| HSL | 47.7º | 0.86% | 0.37% | - |
| HSV(B) | 47.7º | 0.93% | 0.68% | - |
| XYZ | 27.05 | 28.08 | 4.37 | - |
| YUV | 136.28 | 58.43 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 141 | 13 | 0 | 0.19 | 0.93 | 0.32 | 47.7 | 0.86 | 0.37 |
| Hex | AE | 8D | D | 0 | 13 | 5D | 20 | 30 | 56 | 25 |
| Octal | 256 | 215 | 15 | 0 | 23 | 135 | 40 | 60 | 126 | 45 |
| Binary | 10101110 | 10001101 | 1101 | 0 | 10011 | 1011101 | 100000 | 110000 | 1010110 | 100101 |
Color Harmonies of #AE8D0D
Complementary color
Monochromatic Colors of #AE8D0D
Black with #AE8D0D
Text Example
Text Example
White with #AE8D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8D0D; }
p { color: rgb(174,141,13); }
H1.HeaderClassName
{
color: #AE8D0D;
}
.AnyTagClassName
{
color: #AE8D0D;
}
</style>
background-color css
<style>
a { background-color: #AE8D0D; }
a { background-color: rgb(174,141,13); }
div.DivClassName
{
background-color: #AE8D0D;
}
.BgClassName
{
background-color: #AE8D0D;
}
</style>
border-color css
<style>
span { border-color: #AE8D0D; }
span { border-color: rgb(174,141,13); }
td.TdClassName
{
border-color: #AE8D0D;
}
.TagClassName
{
border-color: #AE8D0D;
}
</style>