Shades of Rich Gold #A1471C
Tints of Rich Gold #A1471C
RGB
CMYK
RGB Variations
Color information
#A1471C (or 0xA1471C) is known color: Rich Gold. HEX triplet: A1, 47 and 1C. RGB value is (161,71,28). Sum of RGB (Red+Green+Blue) = 161+71+28=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A1471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1471C is #5EB8E3. Grayscale: #5D5D5D. Windows color (decimal): -6207716 or 1853345. OLE color: 1853345.
HSL color Cylindrical-coordinate representation of color #A1471C: hue angle of 19.4º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1471C is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 28 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.37 |
| HSL | 19.4º | 0.7% | 0.37% | - |
| HSV(B) | 19.4º | 0.83% | 0.63% | - |
| XYZ | 17.16 | 12.17 | 2.54 | - |
| YUV | 93.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 28 | 0 | 0.56 | 0.83 | 0.37 | 19.4 | 0.7 | 0.37 |
| Hex | A1 | 47 | 1C | 0 | 38 | 53 | 25 | 13 | 46 | 25 |
| Octal | 241 | 107 | 34 | 0 | 70 | 123 | 45 | 23 | 106 | 45 |
| Binary | 10100001 | 1000111 | 11100 | 0 | 111000 | 1010011 | 100101 | 10011 | 1000110 | 100101 |
Color Harmonies of #A1471C
Complementary color
Monochromatic Colors of #A1471C
Black with #A1471C
Text Example
Text Example
White with #A1471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1471C; }
p { color: rgb(161,71,28); }
H1.HeaderClassName
{
color: #A1471C;
}
.AnyTagClassName
{
color: #A1471C;
}
</style>
background-color css
<style>
a { background-color: #A1471C; }
a { background-color: rgb(161,71,28); }
div.DivClassName
{
background-color: #A1471C;
}
.BgClassName
{
background-color: #A1471C;
}
</style>
border-color css
<style>
span { border-color: #A1471C; }
span { border-color: rgb(161,71,28); }
td.TdClassName
{
border-color: #A1471C;
}
.TagClassName
{
border-color: #A1471C;
}
</style>