Shades of Rich Gold #AC5321
Tints of Rich Gold #AC5321
RGB
CMYK
RGB Variations
Color information
#AC5321 (or 0xAC5321) is known color: Rich Gold. HEX triplet: AC, 53 and 21. RGB value is (172,83,33). Sum of RGB (Red+Green+Blue) = 172+83+33=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5321 is #53ACDE. Grayscale: #686868. Windows color (decimal): -5483743 or 2184108. OLE color: 2184108.
HSL color Cylindrical-coordinate representation of color #AC5321: hue angle of 21.58º degrees, saturation: 0.68, 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 #AC5321 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 33 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.33 |
| HSL | 21.58º | 0.68% | 0.4% | - |
| HSV(B) | 21.58º | 0.81% | 0.67% | - |
| XYZ | 20.38 | 15.07 | 3.27 | - |
| YUV | 103.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 33 | 0 | 0.52 | 0.81 | 0.33 | 21.58 | 0.68 | 0.4 |
| Hex | AC | 53 | 21 | 0 | 34 | 51 | 21 | 16 | 44 | 28 |
| Octal | 254 | 123 | 41 | 0 | 64 | 121 | 41 | 26 | 104 | 50 |
| Binary | 10101100 | 1010011 | 100001 | 0 | 110100 | 1010001 | 100001 | 10110 | 1000100 | 101000 |
Color Harmonies of #AC5321
Complementary color
Monochromatic Colors of #AC5321
Black with #AC5321
Text Example
Text Example
White with #AC5321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5321; }
p { color: rgb(172,83,33); }
H1.HeaderClassName
{
color: #AC5321;
}
.AnyTagClassName
{
color: #AC5321;
}
</style>
background-color css
<style>
a { background-color: #AC5321; }
a { background-color: rgb(172,83,33); }
div.DivClassName
{
background-color: #AC5321;
}
.BgClassName
{
background-color: #AC5321;
}
</style>
border-color css
<style>
span { border-color: #AC5321; }
span { border-color: rgb(172,83,33); }
td.TdClassName
{
border-color: #AC5321;
}
.TagClassName
{
border-color: #AC5321;
}
</style>