Shades of Rich Gold #AC5A21
Tints of Rich Gold #AC5A21
RGB
CMYK
RGB Variations
Color information
#AC5A21 (or 0xAC5A21) is known color: Rich Gold. HEX triplet: AC, 5A and 21. RGB value is (172,90,33). Sum of RGB (Red+Green+Blue) = 172+90+33=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A21 is #53A5DE. Grayscale: #6C6C6C. Windows color (decimal): -5481951 or 2185900. OLE color: 2185900.
HSL color Cylindrical-coordinate representation of color #AC5A21: hue angle of 24.6º 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 #AC5A21 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 33 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.33 |
| HSL | 24.6º | 0.68% | 0.4% | - |
| HSV(B) | 24.6º | 0.81% | 0.67% | - |
| XYZ | 20.94 | 16.19 | 3.46 | - |
| YUV | 108.02 | 85.67 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 33 | 0 | 0.48 | 0.81 | 0.33 | 24.6 | 0.68 | 0.4 |
| Hex | AC | 5A | 21 | 0 | 30 | 51 | 21 | 19 | 44 | 28 |
| Octal | 254 | 132 | 41 | 0 | 60 | 121 | 41 | 31 | 104 | 50 |
| Binary | 10101100 | 1011010 | 100001 | 0 | 110000 | 1010001 | 100001 | 11001 | 1000100 | 101000 |
Color Harmonies of #AC5A21
Complementary color
Monochromatic Colors of #AC5A21
Black with #AC5A21
Text Example
Text Example
White with #AC5A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A21; }
p { color: rgb(172,90,33); }
H1.HeaderClassName
{
color: #AC5A21;
}
.AnyTagClassName
{
color: #AC5A21;
}
</style>
background-color css
<style>
a { background-color: #AC5A21; }
a { background-color: rgb(172,90,33); }
div.DivClassName
{
background-color: #AC5A21;
}
.BgClassName
{
background-color: #AC5A21;
}
</style>
border-color css
<style>
span { border-color: #AC5A21; }
span { border-color: rgb(172,90,33); }
td.TdClassName
{
border-color: #AC5A21;
}
.TagClassName
{
border-color: #AC5A21;
}
</style>