Shades of Dark Goldenrod #AE7A04
Tints of Dark Goldenrod #AE7A04
RGB
CMYK
RGB Variations
Color information
#AE7A04 (or 0xAE7A04) is known color: Dark Goldenrod. HEX triplet: AE, 7A and 04. RGB value is (174,122,4). Sum of RGB (Red+Green+Blue) = 174+122+4=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7A04 is #5185FB. Grayscale: #7C7C7C. Windows color (decimal): -5342716 or 293550. OLE color: 293550.
HSL color Cylindrical-coordinate representation of color #AE7A04: hue angle of 41.65º 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 #AE7A04 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.32 |
| HSL | 41.65º | 0.96% | 0.35% | - |
| HSV(B) | 41.65º | 0.98% | 0.68% | - |
| XYZ | 24.44 | 22.93 | 3.25 | - |
| YUV | 124.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 4 | 0 | 0.30 | 0.98 | 0.32 | 41.65 | 0.96 | 0.35 |
| Hex | AE | 7A | 4 | 0 | 1E | 62 | 20 | 2A | 60 | 23 |
| Octal | 256 | 172 | 4 | 0 | 36 | 142 | 40 | 52 | 140 | 43 |
| Binary | 10101110 | 1111010 | 100 | 0 | 11110 | 1100010 | 100000 | 101010 | 1100000 | 100011 |
Color Harmonies of #AE7A04
Complementary color
Monochromatic Colors of #AE7A04
Black with #AE7A04
Text Example
Text Example
White with #AE7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7A04; }
p { color: rgb(174,122,4); }
H1.HeaderClassName
{
color: #AE7A04;
}
.AnyTagClassName
{
color: #AE7A04;
}
</style>
background-color css
<style>
a { background-color: #AE7A04; }
a { background-color: rgb(174,122,4); }
div.DivClassName
{
background-color: #AE7A04;
}
.BgClassName
{
background-color: #AE7A04;
}
</style>
border-color css
<style>
span { border-color: #AE7A04; }
span { border-color: rgb(174,122,4); }
td.TdClassName
{
border-color: #AE7A04;
}
.TagClassName
{
border-color: #AE7A04;
}
</style>