Shades of Dark Goldenrod #AE7D16
Tints of Dark Goldenrod #AE7D16
RGB
CMYK
RGB Variations
Color information
#AE7D16 (or 0xAE7D16) is known color: Dark Goldenrod. HEX triplet: AE, 7D and 16. RGB value is (174,125,22). Sum of RGB (Red+Green+Blue) = 174+125+22=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7D16 is #5182E9. Grayscale: #808080. Windows color (decimal): -5341930 or 1473966. OLE color: 1473966.
HSL color Cylindrical-coordinate representation of color #AE7D16: hue angle of 40.66º 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 #AE7D16 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 125 | 22 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.32 |
| HSL | 40.66º | 0.78% | 0.38% | - |
| HSV(B) | 40.66º | 0.87% | 0.68% | - |
| XYZ | 24.93 | 23.72 | 4.02 | - |
| YUV | 127.91 | 68.23 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 125 | 22 | 0 | 0.28 | 0.87 | 0.32 | 40.66 | 0.78 | 0.38 |
| Hex | AE | 7D | 16 | 0 | 1C | 57 | 20 | 29 | 4E | 26 |
| Octal | 256 | 175 | 26 | 0 | 34 | 127 | 40 | 51 | 116 | 46 |
| Binary | 10101110 | 1111101 | 10110 | 0 | 11100 | 1010111 | 100000 | 101001 | 1001110 | 100110 |
Color Harmonies of #AE7D16
Complementary color
Monochromatic Colors of #AE7D16
Black with #AE7D16
Text Example
Text Example
White with #AE7D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7D16; }
p { color: rgb(174,125,22); }
H1.HeaderClassName
{
color: #AE7D16;
}
.AnyTagClassName
{
color: #AE7D16;
}
</style>
background-color css
<style>
a { background-color: #AE7D16; }
a { background-color: rgb(174,125,22); }
div.DivClassName
{
background-color: #AE7D16;
}
.BgClassName
{
background-color: #AE7D16;
}
</style>
border-color css
<style>
span { border-color: #AE7D16; }
span { border-color: rgb(174,125,22); }
td.TdClassName
{
border-color: #AE7D16;
}
.TagClassName
{
border-color: #AE7D16;
}
</style>