Shades of Dark Goldenrod #AE7A16
Tints of Dark Goldenrod #AE7A16
RGB
CMYK
RGB Variations
Color information
#AE7A16 (or 0xAE7A16) is known color: Dark Goldenrod. HEX triplet: AE, 7A and 16. RGB value is (174,122,22). Sum of RGB (Red+Green+Blue) = 174+122+22=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7A16 is #5185E9. Grayscale: #7E7E7E. Windows color (decimal): -5342698 or 1473198. OLE color: 1473198.
HSL color Cylindrical-coordinate representation of color #AE7A16: hue angle of 39.47º 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 #AE7A16 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 22 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.32 |
| HSL | 39.47º | 0.78% | 0.38% | - |
| HSV(B) | 39.47º | 0.87% | 0.68% | - |
| XYZ | 24.56 | 22.98 | 3.9 | - |
| YUV | 126.15 | 69.23 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 22 | 0 | 0.30 | 0.87 | 0.32 | 39.47 | 0.78 | 0.38 |
| Hex | AE | 7A | 16 | 0 | 1E | 57 | 20 | 27 | 4E | 26 |
| Octal | 256 | 172 | 26 | 0 | 36 | 127 | 40 | 47 | 116 | 46 |
| Binary | 10101110 | 1111010 | 10110 | 0 | 11110 | 1010111 | 100000 | 100111 | 1001110 | 100110 |
Color Harmonies of #AE7A16
Complementary color
Monochromatic Colors of #AE7A16
Black with #AE7A16
Text Example
Text Example
White with #AE7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7A16; }
p { color: rgb(174,122,22); }
H1.HeaderClassName
{
color: #AE7A16;
}
.AnyTagClassName
{
color: #AE7A16;
}
</style>
background-color css
<style>
a { background-color: #AE7A16; }
a { background-color: rgb(174,122,22); }
div.DivClassName
{
background-color: #AE7A16;
}
.BgClassName
{
background-color: #AE7A16;
}
</style>
border-color css
<style>
span { border-color: #AE7A16; }
span { border-color: rgb(174,122,22); }
td.TdClassName
{
border-color: #AE7A16;
}
.TagClassName
{
border-color: #AE7A16;
}
</style>