Shades of Rich Gold #AE5612
Tints of Rich Gold #AE5612
RGB
CMYK
RGB Variations
Color information
#AE5612 (or 0xAE5612) is known color: Rich Gold. HEX triplet: AE, 56 and 12. RGB value is (174,86,18). Sum of RGB (Red+Green+Blue) = 174+86+18=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5612 is #51A9ED. Grayscale: #686868. Windows color (decimal): -5351918 or 1201838. OLE color: 1201838.
HSL color Cylindrical-coordinate representation of color #AE5612: hue angle of 26.15º 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 #AE5612 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 18 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.32 |
| HSL | 26.15º | 0.81% | 0.38% | - |
| HSV(B) | 26.15º | 0.9% | 0.68% | - |
| XYZ | 20.89 | 15.7 | 2.5 | - |
| YUV | 104.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 18 | 0 | 0.51 | 0.90 | 0.32 | 26.15 | 0.81 | 0.38 |
| Hex | AE | 56 | 12 | 0 | 33 | 5A | 20 | 1A | 51 | 26 |
| Octal | 256 | 126 | 22 | 0 | 63 | 132 | 40 | 32 | 121 | 46 |
| Binary | 10101110 | 1010110 | 10010 | 0 | 110011 | 1011010 | 100000 | 11010 | 1010001 | 100110 |
Color Harmonies of #AE5612
Complementary color
Monochromatic Colors of #AE5612
Black with #AE5612
Text Example
Text Example
White with #AE5612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5612; }
p { color: rgb(174,86,18); }
H1.HeaderClassName
{
color: #AE5612;
}
.AnyTagClassName
{
color: #AE5612;
}
</style>
background-color css
<style>
a { background-color: #AE5612; }
a { background-color: rgb(174,86,18); }
div.DivClassName
{
background-color: #AE5612;
}
.BgClassName
{
background-color: #AE5612;
}
</style>
border-color css
<style>
span { border-color: #AE5612; }
span { border-color: rgb(174,86,18); }
td.TdClassName
{
border-color: #AE5612;
}
.TagClassName
{
border-color: #AE5612;
}
</style>