Shades of Rich Gold #AC5C17
Tints of Rich Gold #AC5C17
RGB
CMYK
RGB Variations
Color information
#AC5C17 (or 0xAC5C17) is known color: Rich Gold. HEX triplet: AC, 5C and 17. RGB value is (172,92,23). Sum of RGB (Red+Green+Blue) = 172+92+23=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C17 is #53A3E8. Grayscale: #6C6C6C. Windows color (decimal): -5481449 or 1531052. OLE color: 1531052.
HSL color Cylindrical-coordinate representation of color #AC5C17: hue angle of 27.79º degrees, saturation: 0.76, 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 #AC5C17 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 23 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.33 |
| HSL | 27.79º | 0.76% | 0.38% | - |
| HSV(B) | 27.79º | 0.87% | 0.67% | - |
| XYZ | 21 | 16.49 | 2.89 | - |
| YUV | 108.05 | 80 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 23 | 0 | 0.47 | 0.87 | 0.33 | 27.79 | 0.76 | 0.38 |
| Hex | AC | 5C | 17 | 0 | 2F | 57 | 21 | 1C | 4C | 26 |
| Octal | 254 | 134 | 27 | 0 | 57 | 127 | 41 | 34 | 114 | 46 |
| Binary | 10101100 | 1011100 | 10111 | 0 | 101111 | 1010111 | 100001 | 11100 | 1001100 | 100110 |
Color Harmonies of #AC5C17
Complementary color
Monochromatic Colors of #AC5C17
Black with #AC5C17
Text Example
Text Example
White with #AC5C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C17; }
p { color: rgb(172,92,23); }
H1.HeaderClassName
{
color: #AC5C17;
}
.AnyTagClassName
{
color: #AC5C17;
}
</style>
background-color css
<style>
a { background-color: #AC5C17; }
a { background-color: rgb(172,92,23); }
div.DivClassName
{
background-color: #AC5C17;
}
.BgClassName
{
background-color: #AC5C17;
}
</style>
border-color css
<style>
span { border-color: #AC5C17; }
span { border-color: rgb(172,92,23); }
td.TdClassName
{
border-color: #AC5C17;
}
.TagClassName
{
border-color: #AC5C17;
}
</style>