Shades of Rich Gold #AC491C
Tints of Rich Gold #AC491C
RGB
CMYK
RGB Variations
Color information
#AC491C (or 0xAC491C) is known color: Rich Gold. HEX triplet: AC, 49 and 1C. RGB value is (172,73,28). Sum of RGB (Red+Green+Blue) = 172+73+28=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC491C is #53B6E3. Grayscale: #616161. Windows color (decimal): -5486308 or 1853868. OLE color: 1853868.
HSL color Cylindrical-coordinate representation of color #AC491C: hue angle of 18.75º 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 #AC491C is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 28 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.33 |
| HSL | 18.75º | 0.72% | 0.39% | - |
| HSV(B) | 18.75º | 0.84% | 0.67% | - |
| XYZ | 19.61 | 13.62 | 2.69 | - |
| YUV | 97.47 | 88.8 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 28 | 0 | 0.58 | 0.84 | 0.33 | 18.75 | 0.72 | 0.39 |
| Hex | AC | 49 | 1C | 0 | 3A | 54 | 21 | 13 | 48 | 27 |
| Octal | 254 | 111 | 34 | 0 | 72 | 124 | 41 | 23 | 110 | 47 |
| Binary | 10101100 | 1001001 | 11100 | 0 | 111010 | 1010100 | 100001 | 10011 | 1001000 | 100111 |
Color Harmonies of #AC491C
Complementary color
Monochromatic Colors of #AC491C
Black with #AC491C
Text Example
Text Example
White with #AC491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC491C; }
p { color: rgb(172,73,28); }
H1.HeaderClassName
{
color: #AC491C;
}
.AnyTagClassName
{
color: #AC491C;
}
</style>
background-color css
<style>
a { background-color: #AC491C; }
a { background-color: rgb(172,73,28); }
div.DivClassName
{
background-color: #AC491C;
}
.BgClassName
{
background-color: #AC491C;
}
</style>
border-color css
<style>
span { border-color: #AC491C; }
span { border-color: rgb(172,73,28); }
td.TdClassName
{
border-color: #AC491C;
}
.TagClassName
{
border-color: #AC491C;
}
</style>