Shades of Dark Goldenrod #AE7C16
Tints of Dark Goldenrod #AE7C16
RGB
CMYK
RGB Variations
Color information
#AE7C16 (or 0xAE7C16) is known color: Dark Goldenrod. HEX triplet: AE, 7C and 16. RGB value is (174,124,22). Sum of RGB (Red+Green+Blue) = 174+124+22=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7C16 is #5183E9. Grayscale: #7F7F7F. Windows color (decimal): -5342186 or 1473710. OLE color: 1473710.
HSL color Cylindrical-coordinate representation of color #AE7C16: hue angle of 40.26º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE7C16 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 124 | 22 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.32 |
| HSL | 40.26º | 0.78% | 0.38% | - |
| HSV(B) | 40.26º | 0.87% | 0.68% | - |
| XYZ | 24.81 | 23.47 | 3.98 | - |
| YUV | 127.32 | 68.57 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 22 | 0 | 0.29 | 0.87 | 0.32 | 40.26 | 0.78 | 0.38 |
| Hex | AE | 7C | 16 | 0 | 1D | 57 | 20 | 28 | 4E | 26 |
| Octal | 256 | 174 | 26 | 0 | 35 | 127 | 40 | 50 | 116 | 46 |
| Binary | 10101110 | 1111100 | 10110 | 0 | 11101 | 1010111 | 100000 | 101000 | 1001110 | 100110 |
Color Harmonies of #AE7C16
Complementary color
Monochromatic Colors of #AE7C16
Black with #AE7C16
Text Example
Text Example
White with #AE7C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7C16; }
p { color: rgb(174,124,22); }
H1.HeaderClassName
{
color: #AE7C16;
}
.AnyTagClassName
{
color: #AE7C16;
}
</style>
background-color css
<style>
a { background-color: #AE7C16; }
a { background-color: rgb(174,124,22); }
div.DivClassName
{
background-color: #AE7C16;
}
.BgClassName
{
background-color: #AE7C16;
}
</style>
border-color css
<style>
span { border-color: #AE7C16; }
span { border-color: rgb(174,124,22); }
td.TdClassName
{
border-color: #AE7C16;
}
.TagClassName
{
border-color: #AE7C16;
}
</style>