Shades of Rich Gold #AC5C20
Tints of Rich Gold #AC5C20
RGB
CMYK
RGB Variations
Color information
#AC5C20 (or 0xAC5C20) is known color: Rich Gold. HEX triplet: AC, 5C and 20. RGB value is (172,92,32). Sum of RGB (Red+Green+Blue) = 172+92+32=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C20 is #53A3DF. Grayscale: #6D6D6D. Windows color (decimal): -5481440 or 2120876. OLE color: 2120876.
HSL color Cylindrical-coordinate representation of color #AC5C20: hue angle of 25.71º 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 #AC5C20 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 32 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.33 |
| HSL | 25.71º | 0.69% | 0.4% | - |
| HSV(B) | 25.71º | 0.81% | 0.67% | - |
| XYZ | 21.1 | 16.53 | 3.44 | - |
| YUV | 109.08 | 84.5 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 32 | 0 | 0.47 | 0.81 | 0.33 | 25.71 | 0.69 | 0.4 |
| Hex | AC | 5C | 20 | 0 | 2F | 51 | 21 | 1A | 45 | 28 |
| Octal | 254 | 134 | 40 | 0 | 57 | 121 | 41 | 32 | 105 | 50 |
| Binary | 10101100 | 1011100 | 100000 | 0 | 101111 | 1010001 | 100001 | 11010 | 1000101 | 101000 |
Color Harmonies of #AC5C20
Complementary color
Monochromatic Colors of #AC5C20
Black with #AC5C20
Text Example
Text Example
White with #AC5C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C20; }
p { color: rgb(172,92,32); }
H1.HeaderClassName
{
color: #AC5C20;
}
.AnyTagClassName
{
color: #AC5C20;
}
</style>
background-color css
<style>
a { background-color: #AC5C20; }
a { background-color: rgb(172,92,32); }
div.DivClassName
{
background-color: #AC5C20;
}
.BgClassName
{
background-color: #AC5C20;
}
</style>
border-color css
<style>
span { border-color: #AC5C20; }
span { border-color: rgb(172,92,32); }
td.TdClassName
{
border-color: #AC5C20;
}
.TagClassName
{
border-color: #AC5C20;
}
</style>