Shades of Dark Goldenrod #AE9204
Tints of Dark Goldenrod #AE9204
RGB
CMYK
RGB Variations
Color information
#AE9204 (or 0xAE9204) is known color: Dark Goldenrod. HEX triplet: AE, 92 and 04. RGB value is (174,146,4). Sum of RGB (Red+Green+Blue) = 174+146+4=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9204 is #516DFB. Grayscale: #8A8A8A. Windows color (decimal): -5336572 or 299694. OLE color: 299694.
HSL color Cylindrical-coordinate representation of color #AE9204: hue angle of 50.12º 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 #AE9204 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 146 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.32 |
| HSL | 50.12º | 0.96% | 0.35% | - |
| HSV(B) | 50.12º | 0.98% | 0.68% | - |
| XYZ | 27.76 | 29.57 | 4.36 | - |
| YUV | 138.18 | 52.28 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 4 | 0 | 0.16 | 0.98 | 0.32 | 50.12 | 0.96 | 0.35 |
| Hex | AE | 92 | 4 | 0 | 10 | 62 | 20 | 32 | 60 | 23 |
| Octal | 256 | 222 | 4 | 0 | 20 | 142 | 40 | 62 | 140 | 43 |
| Binary | 10101110 | 10010010 | 100 | 0 | 10000 | 1100010 | 100000 | 110010 | 1100000 | 100011 |
Color Harmonies of #AE9204
Complementary color
Monochromatic Colors of #AE9204
Black with #AE9204
Text Example
Text Example
White with #AE9204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9204; }
p { color: rgb(174,146,4); }
H1.HeaderClassName
{
color: #AE9204;
}
.AnyTagClassName
{
color: #AE9204;
}
</style>
background-color css
<style>
a { background-color: #AE9204; }
a { background-color: rgb(174,146,4); }
div.DivClassName
{
background-color: #AE9204;
}
.BgClassName
{
background-color: #AE9204;
}
</style>
border-color css
<style>
span { border-color: #AE9204; }
span { border-color: rgb(174,146,4); }
td.TdClassName
{
border-color: #AE9204;
}
.TagClassName
{
border-color: #AE9204;
}
</style>