Shades of Rich Gold #AC491B
Tints of Rich Gold #AC491B
RGB
CMYK
RGB Variations
Color information
#AC491B (or 0xAC491B) is known color: Rich Gold. HEX triplet: AC, 49 and 1B. RGB value is (172,73,27). Sum of RGB (Red+Green+Blue) = 172+73+27=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC491B is #53B6E4. Grayscale: #616161. Windows color (decimal): -5486309 or 1788332. OLE color: 1788332.
HSL color Cylindrical-coordinate representation of color #AC491B: hue angle of 19.03º degrees, saturation: 0.73, 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 #AC491B is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 27 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.33 |
| HSL | 19.03º | 0.73% | 0.39% | - |
| HSV(B) | 19.03º | 0.84% | 0.67% | - |
| XYZ | 19.59 | 13.61 | 2.63 | - |
| YUV | 97.36 | 88.3 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 27 | 0 | 0.58 | 0.84 | 0.33 | 19.03 | 0.73 | 0.39 |
| Hex | AC | 49 | 1B | 0 | 3A | 54 | 21 | 13 | 49 | 27 |
| Octal | 254 | 111 | 33 | 0 | 72 | 124 | 41 | 23 | 111 | 47 |
| Binary | 10101100 | 1001001 | 11011 | 0 | 111010 | 1010100 | 100001 | 10011 | 1001001 | 100111 |
Color Harmonies of #AC491B
Complementary color
Monochromatic Colors of #AC491B
Black with #AC491B
Text Example
Text Example
White with #AC491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC491B; }
p { color: rgb(172,73,27); }
H1.HeaderClassName
{
color: #AC491B;
}
.AnyTagClassName
{
color: #AC491B;
}
</style>
background-color css
<style>
a { background-color: #AC491B; }
a { background-color: rgb(172,73,27); }
div.DivClassName
{
background-color: #AC491B;
}
.BgClassName
{
background-color: #AC491B;
}
</style>
border-color css
<style>
span { border-color: #AC491B; }
span { border-color: rgb(172,73,27); }
td.TdClassName
{
border-color: #AC491B;
}
.TagClassName
{
border-color: #AC491B;
}
</style>