Shades of Rich Gold #AC5420
Tints of Rich Gold #AC5420
RGB
CMYK
RGB Variations
Color information
#AC5420 (or 0xAC5420) is known color: Rich Gold. HEX triplet: AC, 54 and 20. RGB value is (172,84,32). Sum of RGB (Red+Green+Blue) = 172+84+32=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5420 is #53ABDF. Grayscale: #686868. Windows color (decimal): -5483488 or 2118828. OLE color: 2118828.
HSL color Cylindrical-coordinate representation of color #AC5420: hue angle of 22.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC5420 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 32 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.33 |
| HSL | 22.29º | 0.69% | 0.4% | - |
| HSV(B) | 22.29º | 0.81% | 0.67% | - |
| XYZ | 20.44 | 15.22 | 3.23 | - |
| YUV | 104.38 | 87.15 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 32 | 0 | 0.51 | 0.81 | 0.33 | 22.29 | 0.69 | 0.4 |
| Hex | AC | 54 | 20 | 0 | 33 | 51 | 21 | 16 | 45 | 28 |
| Octal | 254 | 124 | 40 | 0 | 63 | 121 | 41 | 26 | 105 | 50 |
| Binary | 10101100 | 1010100 | 100000 | 0 | 110011 | 1010001 | 100001 | 10110 | 1000101 | 101000 |
Color Harmonies of #AC5420
Complementary color
Monochromatic Colors of #AC5420
Black with #AC5420
Text Example
Text Example
White with #AC5420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5420; }
p { color: rgb(172,84,32); }
H1.HeaderClassName
{
color: #AC5420;
}
.AnyTagClassName
{
color: #AC5420;
}
</style>
background-color css
<style>
a { background-color: #AC5420; }
a { background-color: rgb(172,84,32); }
div.DivClassName
{
background-color: #AC5420;
}
.BgClassName
{
background-color: #AC5420;
}
</style>
border-color css
<style>
span { border-color: #AC5420; }
span { border-color: rgb(172,84,32); }
td.TdClassName
{
border-color: #AC5420;
}
.TagClassName
{
border-color: #AC5420;
}
</style>