Shades of Dark Goldenrod #AE7B12
Tints of Dark Goldenrod #AE7B12
RGB
CMYK
RGB Variations
Color information
#AE7B12 (or 0xAE7B12) is known color: Dark Goldenrod. HEX triplet: AE, 7B and 12. RGB value is (174,123,18). Sum of RGB (Red+Green+Blue) = 174+123+18=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7B12 is #5184ED. Grayscale: #7E7E7E. Windows color (decimal): -5342446 or 1211310. OLE color: 1211310.
HSL color Cylindrical-coordinate representation of color #AE7B12: hue angle of 40.38º 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 #AE7B12 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 123 | 18 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.32 |
| HSL | 40.38º | 0.81% | 0.38% | - |
| HSV(B) | 40.38º | 0.9% | 0.68% | - |
| XYZ | 24.65 | 23.21 | 3.75 | - |
| YUV | 126.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 18 | 0 | 0.29 | 0.90 | 0.32 | 40.38 | 0.81 | 0.38 |
| Hex | AE | 7B | 12 | 0 | 1D | 5A | 20 | 28 | 51 | 26 |
| Octal | 256 | 173 | 22 | 0 | 35 | 132 | 40 | 50 | 121 | 46 |
| Binary | 10101110 | 1111011 | 10010 | 0 | 11101 | 1011010 | 100000 | 101000 | 1010001 | 100110 |
Color Harmonies of #AE7B12
Complementary color
Monochromatic Colors of #AE7B12
Black with #AE7B12
Text Example
Text Example
White with #AE7B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7B12; }
p { color: rgb(174,123,18); }
H1.HeaderClassName
{
color: #AE7B12;
}
.AnyTagClassName
{
color: #AE7B12;
}
</style>
background-color css
<style>
a { background-color: #AE7B12; }
a { background-color: rgb(174,123,18); }
div.DivClassName
{
background-color: #AE7B12;
}
.BgClassName
{
background-color: #AE7B12;
}
</style>
border-color css
<style>
span { border-color: #AE7B12; }
span { border-color: rgb(174,123,18); }
td.TdClassName
{
border-color: #AE7B12;
}
.TagClassName
{
border-color: #AE7B12;
}
</style>