Shades of Rich Gold #AE521C
Tints of Rich Gold #AE521C
RGB
CMYK
RGB Variations
Color information
#AE521C (or 0xAE521C) is known color: Rich Gold. HEX triplet: AE, 52 and 1C. RGB value is (174,82,28). Sum of RGB (Red+Green+Blue) = 174+82+28=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE521C is #51ADE3. Grayscale: #676767. Windows color (decimal): -5352932 or 1856174. OLE color: 1856174.
HSL color Cylindrical-coordinate representation of color #AE521C: hue angle of 22.19º 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 #AE521C is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 82 | 28 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.32 |
| HSL | 22.19º | 0.72% | 0.4% | - |
| HSV(B) | 22.19º | 0.84% | 0.68% | - |
| XYZ | 20.68 | 15.12 | 2.93 | - |
| YUV | 103.35 | 85.48 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 82 | 28 | 0 | 0.53 | 0.84 | 0.32 | 22.19 | 0.72 | 0.4 |
| Hex | AE | 52 | 1C | 0 | 35 | 54 | 20 | 16 | 48 | 28 |
| Octal | 256 | 122 | 34 | 0 | 65 | 124 | 40 | 26 | 110 | 50 |
| Binary | 10101110 | 1010010 | 11100 | 0 | 110101 | 1010100 | 100000 | 10110 | 1001000 | 101000 |
Color Harmonies of #AE521C
Complementary color
Monochromatic Colors of #AE521C
Black with #AE521C
Text Example
Text Example
White with #AE521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE521C; }
p { color: rgb(174,82,28); }
H1.HeaderClassName
{
color: #AE521C;
}
.AnyTagClassName
{
color: #AE521C;
}
</style>
background-color css
<style>
a { background-color: #AE521C; }
a { background-color: rgb(174,82,28); }
div.DivClassName
{
background-color: #AE521C;
}
.BgClassName
{
background-color: #AE521C;
}
</style>
border-color css
<style>
span { border-color: #AE521C; }
span { border-color: rgb(174,82,28); }
td.TdClassName
{
border-color: #AE521C;
}
.TagClassName
{
border-color: #AE521C;
}
</style>