Shades of Dark Goldenrod #AE8E04
Tints of Dark Goldenrod #AE8E04
RGB
CMYK
RGB Variations
Color information
#AE8E04 (or 0xAE8E04) is known color: Dark Goldenrod. HEX triplet: AE, 8E and 04. RGB value is (174,142,4). Sum of RGB (Red+Green+Blue) = 174+142+4=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8E04 is #5171FB. Grayscale: #888888. Windows color (decimal): -5337596 or 298670. OLE color: 298670.
HSL color Cylindrical-coordinate representation of color #AE8E04: hue angle of 48.71º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE8E04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 142 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.32 |
| HSL | 48.71º | 0.96% | 0.35% | - |
| HSV(B) | 48.71º | 0.98% | 0.68% | - |
| XYZ | 27.15 | 28.35 | 4.16 | - |
| YUV | 135.84 | 53.6 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 142 | 4 | 0 | 0.18 | 0.98 | 0.32 | 48.71 | 0.96 | 0.35 |
| Hex | AE | 8E | 4 | 0 | 12 | 62 | 20 | 31 | 60 | 23 |
| Octal | 256 | 216 | 4 | 0 | 22 | 142 | 40 | 61 | 140 | 43 |
| Binary | 10101110 | 10001110 | 100 | 0 | 10010 | 1100010 | 100000 | 110001 | 1100000 | 100011 |
Color Harmonies of #AE8E04
Complementary color
Monochromatic Colors of #AE8E04
Black with #AE8E04
Text Example
Text Example
White with #AE8E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8E04; }
p { color: rgb(174,142,4); }
H1.HeaderClassName
{
color: #AE8E04;
}
.AnyTagClassName
{
color: #AE8E04;
}
</style>
background-color css
<style>
a { background-color: #AE8E04; }
a { background-color: rgb(174,142,4); }
div.DivClassName
{
background-color: #AE8E04;
}
.BgClassName
{
background-color: #AE8E04;
}
</style>
border-color css
<style>
span { border-color: #AE8E04; }
span { border-color: rgb(174,142,4); }
td.TdClassName
{
border-color: #AE8E04;
}
.TagClassName
{
border-color: #AE8E04;
}
</style>