Shades of Dark Goldenrod #AE8F04
Tints of Dark Goldenrod #AE8F04
RGB
CMYK
RGB Variations
Color information
#AE8F04 (or 0xAE8F04) is known color: Dark Goldenrod. HEX triplet: AE, 8F and 04. RGB value is (174,143,4). Sum of RGB (Red+Green+Blue) = 174+143+4=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8F04 is #5170FB. Grayscale: #898989. Windows color (decimal): -5337340 or 298926. OLE color: 298926.
HSL color Cylindrical-coordinate representation of color #AE8F04: hue angle of 49.06º 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 #AE8F04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.32 |
| HSL | 49.06º | 0.96% | 0.35% | - |
| HSV(B) | 49.06º | 0.98% | 0.68% | - |
| XYZ | 27.3 | 28.65 | 4.21 | - |
| YUV | 136.42 | 53.27 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 4 | 0 | 0.18 | 0.98 | 0.32 | 49.06 | 0.96 | 0.35 |
| Hex | AE | 8F | 4 | 0 | 12 | 62 | 20 | 31 | 60 | 23 |
| Octal | 256 | 217 | 4 | 0 | 22 | 142 | 40 | 61 | 140 | 43 |
| Binary | 10101110 | 10001111 | 100 | 0 | 10010 | 1100010 | 100000 | 110001 | 1100000 | 100011 |
Color Harmonies of #AE8F04
Complementary color
Monochromatic Colors of #AE8F04
Black with #AE8F04
Text Example
Text Example
White with #AE8F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F04; }
p { color: rgb(174,143,4); }
H1.HeaderClassName
{
color: #AE8F04;
}
.AnyTagClassName
{
color: #AE8F04;
}
</style>
background-color css
<style>
a { background-color: #AE8F04; }
a { background-color: rgb(174,143,4); }
div.DivClassName
{
background-color: #AE8F04;
}
.BgClassName
{
background-color: #AE8F04;
}
</style>
border-color css
<style>
span { border-color: #AE8F04; }
span { border-color: rgb(174,143,4); }
td.TdClassName
{
border-color: #AE8F04;
}
.TagClassName
{
border-color: #AE8F04;
}
</style>