Shades of Rich Gold #AE561E
Tints of Rich Gold #AE561E
RGB
CMYK
RGB Variations
Color information
#AE561E (or 0xAE561E) is known color: Rich Gold. HEX triplet: AE, 56 and 1E. RGB value is (174,86,30). Sum of RGB (Red+Green+Blue) = 174+86+30=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE561E is #51A9E1. Grayscale: #6A6A6A. Windows color (decimal): -5351906 or 1988270. OLE color: 1988270.
HSL color Cylindrical-coordinate representation of color #AE561E: hue angle of 23.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE561E is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 30 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.32 |
| HSL | 23.33º | 0.71% | 0.4% | - |
| HSV(B) | 23.33º | 0.83% | 0.68% | - |
| XYZ | 21.02 | 15.75 | 3.16 | - |
| YUV | 105.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 30 | 0 | 0.51 | 0.83 | 0.32 | 23.33 | 0.71 | 0.4 |
| Hex | AE | 56 | 1E | 0 | 33 | 53 | 20 | 17 | 47 | 28 |
| Octal | 256 | 126 | 36 | 0 | 63 | 123 | 40 | 27 | 107 | 50 |
| Binary | 10101110 | 1010110 | 11110 | 0 | 110011 | 1010011 | 100000 | 10111 | 1000111 | 101000 |
Color Harmonies of #AE561E
Complementary color
Monochromatic Colors of #AE561E
Black with #AE561E
Text Example
Text Example
White with #AE561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE561E; }
p { color: rgb(174,86,30); }
H1.HeaderClassName
{
color: #AE561E;
}
.AnyTagClassName
{
color: #AE561E;
}
</style>
background-color css
<style>
a { background-color: #AE561E; }
a { background-color: rgb(174,86,30); }
div.DivClassName
{
background-color: #AE561E;
}
.BgClassName
{
background-color: #AE561E;
}
</style>
border-color css
<style>
span { border-color: #AE561E; }
span { border-color: rgb(174,86,30); }
td.TdClassName
{
border-color: #AE561E;
}
.TagClassName
{
border-color: #AE561E;
}
</style>