Shades of Rich Gold #AC491E
Tints of Rich Gold #AC491E
RGB
CMYK
RGB Variations
Color information
#AC491E (or 0xAC491E) is known color: Rich Gold. HEX triplet: AC, 49 and 1E. RGB value is (172,73,30). Sum of RGB (Red+Green+Blue) = 172+73+30=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC491E is #53B6E1. Grayscale: #616161. Windows color (decimal): -5486306 or 1984940. OLE color: 1984940.
HSL color Cylindrical-coordinate representation of color #AC491E: hue angle of 18.17º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC491E is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 30 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.33 |
| HSL | 18.17º | 0.7% | 0.4% | - |
| HSV(B) | 18.17º | 0.83% | 0.67% | - |
| XYZ | 19.63 | 13.63 | 2.82 | - |
| YUV | 97.7 | 89.8 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 30 | 0 | 0.58 | 0.83 | 0.33 | 18.17 | 0.7 | 0.4 |
| Hex | AC | 49 | 1E | 0 | 3A | 53 | 21 | 12 | 46 | 28 |
| Octal | 254 | 111 | 36 | 0 | 72 | 123 | 41 | 22 | 106 | 50 |
| Binary | 10101100 | 1001001 | 11110 | 0 | 111010 | 1010011 | 100001 | 10010 | 1000110 | 101000 |
Color Harmonies of #AC491E
Complementary color
Monochromatic Colors of #AC491E
Black with #AC491E
Text Example
Text Example
White with #AC491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC491E; }
p { color: rgb(172,73,30); }
H1.HeaderClassName
{
color: #AC491E;
}
.AnyTagClassName
{
color: #AC491E;
}
</style>
background-color css
<style>
a { background-color: #AC491E; }
a { background-color: rgb(172,73,30); }
div.DivClassName
{
background-color: #AC491E;
}
.BgClassName
{
background-color: #AC491E;
}
</style>
border-color css
<style>
span { border-color: #AC491E; }
span { border-color: rgb(172,73,30); }
td.TdClassName
{
border-color: #AC491E;
}
.TagClassName
{
border-color: #AC491E;
}
</style>