Shades of Rich Gold #AC5E1C
Tints of Rich Gold #AC5E1C
RGB
CMYK
RGB Variations
Color information
#AC5E1C (or 0xAC5E1C) is known color: Rich Gold. HEX triplet: AC, 5E and 1C. RGB value is (172,94,28). Sum of RGB (Red+Green+Blue) = 172+94+28=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E1C is #53A1E3. Grayscale: #6E6E6E. Windows color (decimal): -5480932 or 1859244. OLE color: 1859244.
HSL color Cylindrical-coordinate representation of color #AC5E1C: hue angle of 27.5º 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 #AC5E1C is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 28 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.33 |
| HSL | 27.5º | 0.72% | 0.39% | - |
| HSV(B) | 27.5º | 0.84% | 0.67% | - |
| XYZ | 21.23 | 16.86 | 3.23 | - |
| YUV | 109.8 | 81.84 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 28 | 0 | 0.45 | 0.84 | 0.33 | 27.5 | 0.72 | 0.39 |
| Hex | AC | 5E | 1C | 0 | 2D | 54 | 21 | 1C | 48 | 27 |
| Octal | 254 | 136 | 34 | 0 | 55 | 124 | 41 | 34 | 110 | 47 |
| Binary | 10101100 | 1011110 | 11100 | 0 | 101101 | 1010100 | 100001 | 11100 | 1001000 | 100111 |
Color Harmonies of #AC5E1C
Complementary color
Monochromatic Colors of #AC5E1C
Black with #AC5E1C
Text Example
Text Example
White with #AC5E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E1C; }
p { color: rgb(172,94,28); }
H1.HeaderClassName
{
color: #AC5E1C;
}
.AnyTagClassName
{
color: #AC5E1C;
}
</style>
background-color css
<style>
a { background-color: #AC5E1C; }
a { background-color: rgb(172,94,28); }
div.DivClassName
{
background-color: #AC5E1C;
}
.BgClassName
{
background-color: #AC5E1C;
}
</style>
border-color css
<style>
span { border-color: #AC5E1C; }
span { border-color: rgb(172,94,28); }
td.TdClassName
{
border-color: #AC5E1C;
}
.TagClassName
{
border-color: #AC5E1C;
}
</style>