Shades of Dark Goldenrod #AE8C0D
Tints of Dark Goldenrod #AE8C0D
RGB
CMYK
RGB Variations
Color information
#AE8C0D (or 0xAE8C0D) is known color: Dark Goldenrod. HEX triplet: AE, 8C and 0D. RGB value is (174,140,13). Sum of RGB (Red+Green+Blue) = 174+140+13=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8C0D is #5173F2. Grayscale: #888888. Windows color (decimal): -5338099 or 887982. OLE color: 887982.
HSL color Cylindrical-coordinate representation of color #AE8C0D: hue angle of 47.33º 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 #AE8C0D is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 13 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.32 |
| HSL | 47.33º | 0.86% | 0.37% | - |
| HSV(B) | 47.33º | 0.93% | 0.68% | - |
| XYZ | 26.91 | 27.78 | 4.33 | - |
| YUV | 135.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 13 | 0 | 0.20 | 0.93 | 0.32 | 47.33 | 0.86 | 0.37 |
| Hex | AE | 8C | D | 0 | 14 | 5D | 20 | 2F | 56 | 25 |
| Octal | 256 | 214 | 15 | 0 | 24 | 135 | 40 | 57 | 126 | 45 |
| Binary | 10101110 | 10001100 | 1101 | 0 | 10100 | 1011101 | 100000 | 101111 | 1010110 | 100101 |
Color Harmonies of #AE8C0D
Complementary color
Monochromatic Colors of #AE8C0D
Black with #AE8C0D
Text Example
Text Example
White with #AE8C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C0D; }
p { color: rgb(174,140,13); }
H1.HeaderClassName
{
color: #AE8C0D;
}
.AnyTagClassName
{
color: #AE8C0D;
}
</style>
background-color css
<style>
a { background-color: #AE8C0D; }
a { background-color: rgb(174,140,13); }
div.DivClassName
{
background-color: #AE8C0D;
}
.BgClassName
{
background-color: #AE8C0D;
}
</style>
border-color css
<style>
span { border-color: #AE8C0D; }
span { border-color: rgb(174,140,13); }
td.TdClassName
{
border-color: #AE8C0D;
}
.TagClassName
{
border-color: #AE8C0D;
}
</style>