Shades of Rich Gold #AE561C
Tints of Rich Gold #AE561C
RGB
CMYK
RGB Variations
Color information
#AE561C (or 0xAE561C) is known color: Rich Gold. HEX triplet: AE, 56 and 1C. RGB value is (174,86,28). Sum of RGB (Red+Green+Blue) = 174+86+28=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE561C is #51A9E3. Grayscale: #6A6A6A. Windows color (decimal): -5351908 or 1857198. OLE color: 1857198.
HSL color Cylindrical-coordinate representation of color #AE561C: hue angle of 23.84º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE561C is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 86 | 28 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.32 |
| HSL | 23.84º | 0.72% | 0.4% | - |
| HSV(B) | 23.84º | 0.84% | 0.68% | - |
| XYZ | 20.99 | 15.74 | 3.03 | - |
| YUV | 105.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 86 | 28 | 0 | 0.51 | 0.84 | 0.32 | 23.84 | 0.72 | 0.4 |
| Hex | AE | 56 | 1C | 0 | 33 | 54 | 20 | 18 | 48 | 28 |
| Octal | 256 | 126 | 34 | 0 | 63 | 124 | 40 | 30 | 110 | 50 |
| Binary | 10101110 | 1010110 | 11100 | 0 | 110011 | 1010100 | 100000 | 11000 | 1001000 | 101000 |
Color Harmonies of #AE561C
Complementary color
Monochromatic Colors of #AE561C
Black with #AE561C
Text Example
Text Example
White with #AE561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE561C; }
p { color: rgb(174,86,28); }
H1.HeaderClassName
{
color: #AE561C;
}
.AnyTagClassName
{
color: #AE561C;
}
</style>
background-color css
<style>
a { background-color: #AE561C; }
a { background-color: rgb(174,86,28); }
div.DivClassName
{
background-color: #AE561C;
}
.BgClassName
{
background-color: #AE561C;
}
</style>
border-color css
<style>
span { border-color: #AE561C; }
span { border-color: rgb(174,86,28); }
td.TdClassName
{
border-color: #AE561C;
}
.TagClassName
{
border-color: #AE561C;
}
</style>