Shades of Rich Gold #AC5D21
Tints of Rich Gold #AC5D21
RGB
CMYK
RGB Variations
Color information
#AC5D21 (or 0xAC5D21) is known color: Rich Gold. HEX triplet: AC, 5D and 21. RGB value is (172,93,33). Sum of RGB (Red+Green+Blue) = 172+93+33=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D21 is #53A2DE. Grayscale: #6E6E6E. Windows color (decimal): -5481183 or 2186668. OLE color: 2186668.
HSL color Cylindrical-coordinate representation of color #AC5D21: hue angle of 25.9º 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 #AC5D21 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 33 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.33 |
| HSL | 25.9º | 0.68% | 0.4% | - |
| HSV(B) | 25.9º | 0.81% | 0.67% | - |
| XYZ | 21.2 | 16.71 | 3.55 | - |
| YUV | 109.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 33 | 0 | 0.46 | 0.81 | 0.33 | 25.9 | 0.68 | 0.4 |
| Hex | AC | 5D | 21 | 0 | 2E | 51 | 21 | 1A | 44 | 28 |
| Octal | 254 | 135 | 41 | 0 | 56 | 121 | 41 | 32 | 104 | 50 |
| Binary | 10101100 | 1011101 | 100001 | 0 | 101110 | 1010001 | 100001 | 11010 | 1000100 | 101000 |
Color Harmonies of #AC5D21
Complementary color
Monochromatic Colors of #AC5D21
Black with #AC5D21
Text Example
Text Example
White with #AC5D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D21; }
p { color: rgb(172,93,33); }
H1.HeaderClassName
{
color: #AC5D21;
}
.AnyTagClassName
{
color: #AC5D21;
}
</style>
background-color css
<style>
a { background-color: #AC5D21; }
a { background-color: rgb(172,93,33); }
div.DivClassName
{
background-color: #AC5D21;
}
.BgClassName
{
background-color: #AC5D21;
}
</style>
border-color css
<style>
span { border-color: #AC5D21; }
span { border-color: rgb(172,93,33); }
td.TdClassName
{
border-color: #AC5D21;
}
.TagClassName
{
border-color: #AC5D21;
}
</style>