Shades of Rich Gold #AC5320
Tints of Rich Gold #AC5320
RGB
CMYK
RGB Variations
Color information
#AC5320 (or 0xAC5320) is known color: Rich Gold. HEX triplet: AC, 53 and 20. RGB value is (172,83,32). Sum of RGB (Red+Green+Blue) = 172+83+32=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5320 is #53ACDF. Grayscale: #686868. Windows color (decimal): -5483744 or 2118572. OLE color: 2118572.
HSL color Cylindrical-coordinate representation of color #AC5320: hue angle of 21.86º 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 #AC5320 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 32 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.33 |
| HSL | 21.86º | 0.69% | 0.4% | - |
| HSV(B) | 21.86º | 0.81% | 0.67% | - |
| XYZ | 20.37 | 15.06 | 3.2 | - |
| YUV | 103.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 32 | 0 | 0.52 | 0.81 | 0.33 | 21.86 | 0.69 | 0.4 |
| Hex | AC | 53 | 20 | 0 | 34 | 51 | 21 | 16 | 45 | 28 |
| Octal | 254 | 123 | 40 | 0 | 64 | 121 | 41 | 26 | 105 | 50 |
| Binary | 10101100 | 1010011 | 100000 | 0 | 110100 | 1010001 | 100001 | 10110 | 1000101 | 101000 |
Color Harmonies of #AC5320
Complementary color
Monochromatic Colors of #AC5320
Black with #AC5320
Text Example
Text Example
White with #AC5320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5320; }
p { color: rgb(172,83,32); }
H1.HeaderClassName
{
color: #AC5320;
}
.AnyTagClassName
{
color: #AC5320;
}
</style>
background-color css
<style>
a { background-color: #AC5320; }
a { background-color: rgb(172,83,32); }
div.DivClassName
{
background-color: #AC5320;
}
.BgClassName
{
background-color: #AC5320;
}
</style>
border-color css
<style>
span { border-color: #AC5320; }
span { border-color: rgb(172,83,32); }
td.TdClassName
{
border-color: #AC5320;
}
.TagClassName
{
border-color: #AC5320;
}
</style>