Shades of Dark Goldenrod #AE7512
Tints of Dark Goldenrod #AE7512
RGB
CMYK
RGB Variations
Color information
#AE7512 (or 0xAE7512) is known color: Dark Goldenrod. HEX triplet: AE, 75 and 12. RGB value is (174,117,18). Sum of RGB (Red+Green+Blue) = 174+117+18=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7512 is #518AED. Grayscale: #7B7B7B. Windows color (decimal): -5343982 or 1209774. OLE color: 1209774.
HSL color Cylindrical-coordinate representation of color #AE7512: hue angle of 38.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE7512 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 18 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.32 |
| HSL | 38.08º | 0.81% | 0.38% | - |
| HSV(B) | 38.08º | 0.9% | 0.68% | - |
| XYZ | 23.93 | 21.76 | 3.51 | - |
| YUV | 122.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 18 | 0 | 0.33 | 0.90 | 0.32 | 38.08 | 0.81 | 0.38 |
| Hex | AE | 75 | 12 | 0 | 21 | 5A | 20 | 26 | 51 | 26 |
| Octal | 256 | 165 | 22 | 0 | 41 | 132 | 40 | 46 | 121 | 46 |
| Binary | 10101110 | 1110101 | 10010 | 0 | 100001 | 1011010 | 100000 | 100110 | 1010001 | 100110 |
Color Harmonies of #AE7512
Complementary color
Monochromatic Colors of #AE7512
Black with #AE7512
Text Example
Text Example
White with #AE7512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7512; }
p { color: rgb(174,117,18); }
H1.HeaderClassName
{
color: #AE7512;
}
.AnyTagClassName
{
color: #AE7512;
}
</style>
background-color css
<style>
a { background-color: #AE7512; }
a { background-color: rgb(174,117,18); }
div.DivClassName
{
background-color: #AE7512;
}
.BgClassName
{
background-color: #AE7512;
}
</style>
border-color css
<style>
span { border-color: #AE7512; }
span { border-color: rgb(174,117,18); }
td.TdClassName
{
border-color: #AE7512;
}
.TagClassName
{
border-color: #AE7512;
}
</style>