Shades of Rich Gold #AC5D1C
Tints of Rich Gold #AC5D1C
RGB
CMYK
RGB Variations
Color information
#AC5D1C (or 0xAC5D1C) is known color: Rich Gold. HEX triplet: AC, 5D and 1C. RGB value is (172,93,28). Sum of RGB (Red+Green+Blue) = 172+93+28=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D1C is #53A2E3. Grayscale: #6D6D6D. Windows color (decimal): -5481188 or 1858988. OLE color: 1858988.
HSL color Cylindrical-coordinate representation of color #AC5D1C: hue angle of 27.08º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC5D1C is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 28 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.33 |
| HSL | 27.08º | 0.72% | 0.39% | - |
| HSV(B) | 27.08º | 0.84% | 0.67% | - |
| XYZ | 21.14 | 16.68 | 3.2 | - |
| YUV | 109.21 | 82.17 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 28 | 0 | 0.46 | 0.84 | 0.33 | 27.08 | 0.72 | 0.39 |
| Hex | AC | 5D | 1C | 0 | 2E | 54 | 21 | 1B | 48 | 27 |
| Octal | 254 | 135 | 34 | 0 | 56 | 124 | 41 | 33 | 110 | 47 |
| Binary | 10101100 | 1011101 | 11100 | 0 | 101110 | 1010100 | 100001 | 11011 | 1001000 | 100111 |
Color Harmonies of #AC5D1C
Complementary color
Monochromatic Colors of #AC5D1C
Black with #AC5D1C
Text Example
Text Example
White with #AC5D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D1C; }
p { color: rgb(172,93,28); }
H1.HeaderClassName
{
color: #AC5D1C;
}
.AnyTagClassName
{
color: #AC5D1C;
}
</style>
background-color css
<style>
a { background-color: #AC5D1C; }
a { background-color: rgb(172,93,28); }
div.DivClassName
{
background-color: #AC5D1C;
}
.BgClassName
{
background-color: #AC5D1C;
}
</style>
border-color css
<style>
span { border-color: #AC5D1C; }
span { border-color: rgb(172,93,28); }
td.TdClassName
{
border-color: #AC5D1C;
}
.TagClassName
{
border-color: #AC5D1C;
}
</style>