Shades of Rich Gold #AC5213
Tints of Rich Gold #AC5213
RGB
CMYK
RGB Variations
Color information
#AC5213 (or 0xAC5213) is known color: Rich Gold. HEX triplet: AC, 52 and 13. RGB value is (172,82,19). Sum of RGB (Red+Green+Blue) = 172+82+19=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5213 is #53ADEC. Grayscale: #666666. Windows color (decimal): -5484013 or 1266348. OLE color: 1266348.
HSL color Cylindrical-coordinate representation of color #AC5213: hue angle of 24.71º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC5213 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 19 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.33 |
| HSL | 24.71º | 0.8% | 0.37% | - |
| HSV(B) | 24.71º | 0.89% | 0.67% | - |
| XYZ | 20.15 | 14.85 | 2.42 | - |
| YUV | 101.73 | 81.32 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 19 | 0 | 0.52 | 0.89 | 0.33 | 24.71 | 0.8 | 0.37 |
| Hex | AC | 52 | 13 | 0 | 34 | 59 | 21 | 19 | 50 | 25 |
| Octal | 254 | 122 | 23 | 0 | 64 | 131 | 41 | 31 | 120 | 45 |
| Binary | 10101100 | 1010010 | 10011 | 0 | 110100 | 1011001 | 100001 | 11001 | 1010000 | 100101 |
Color Harmonies of #AC5213
Complementary color
Monochromatic Colors of #AC5213
Black with #AC5213
Text Example
Text Example
White with #AC5213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5213; }
p { color: rgb(172,82,19); }
H1.HeaderClassName
{
color: #AC5213;
}
.AnyTagClassName
{
color: #AC5213;
}
</style>
background-color css
<style>
a { background-color: #AC5213; }
a { background-color: rgb(172,82,19); }
div.DivClassName
{
background-color: #AC5213;
}
.BgClassName
{
background-color: #AC5213;
}
</style>
border-color css
<style>
span { border-color: #AC5213; }
span { border-color: rgb(172,82,19); }
td.TdClassName
{
border-color: #AC5213;
}
.TagClassName
{
border-color: #AC5213;
}
</style>