Shades of Rich Gold #AC5C16
Tints of Rich Gold #AC5C16
RGB
CMYK
RGB Variations
Color information
#AC5C16 (or 0xAC5C16) is known color: Rich Gold. HEX triplet: AC, 5C and 16. RGB value is (172,92,22). Sum of RGB (Red+Green+Blue) = 172+92+22=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C16 is #53A3E9. Grayscale: #6C6C6C. Windows color (decimal): -5481450 or 1465516. OLE color: 1465516.
HSL color Cylindrical-coordinate representation of color #AC5C16: hue angle of 28º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC5C16 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 22 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.33 |
| HSL | 28º | 0.77% | 0.38% | - |
| HSV(B) | 28º | 0.87% | 0.67% | - |
| XYZ | 20.99 | 16.48 | 2.83 | - |
| YUV | 107.94 | 79.5 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 22 | 0 | 0.47 | 0.87 | 0.33 | 28 | 0.77 | 0.38 |
| Hex | AC | 5C | 16 | 0 | 2F | 57 | 21 | 1C | 4D | 26 |
| Octal | 254 | 134 | 26 | 0 | 57 | 127 | 41 | 34 | 115 | 46 |
| Binary | 10101100 | 1011100 | 10110 | 0 | 101111 | 1010111 | 100001 | 11100 | 1001101 | 100110 |
Color Harmonies of #AC5C16
Complementary color
Monochromatic Colors of #AC5C16
Black with #AC5C16
Text Example
Text Example
White with #AC5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C16; }
p { color: rgb(172,92,22); }
H1.HeaderClassName
{
color: #AC5C16;
}
.AnyTagClassName
{
color: #AC5C16;
}
</style>
background-color css
<style>
a { background-color: #AC5C16; }
a { background-color: rgb(172,92,22); }
div.DivClassName
{
background-color: #AC5C16;
}
.BgClassName
{
background-color: #AC5C16;
}
</style>
border-color css
<style>
span { border-color: #AC5C16; }
span { border-color: rgb(172,92,22); }
td.TdClassName
{
border-color: #AC5C16;
}
.TagClassName
{
border-color: #AC5C16;
}
</style>