Shades of Rich Gold #A1471A
Tints of Rich Gold #A1471A
RGB
CMYK
RGB Variations
Color information
#A1471A (or 0xA1471A) is known color: Rich Gold. HEX triplet: A1, 47 and 1A. RGB value is (161,71,26). Sum of RGB (Red+Green+Blue) = 161+71+26=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1471A is #5EB8E5. Grayscale: #5D5D5D. Windows color (decimal): -6207718 or 1722273. OLE color: 1722273.
HSL color Cylindrical-coordinate representation of color #A1471A: hue angle of 20º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1471A is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 26 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.37 |
| HSL | 20º | 0.72% | 0.37% | - |
| HSV(B) | 20º | 0.84% | 0.63% | - |
| XYZ | 17.14 | 12.16 | 2.42 | - |
| YUV | 92.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 26 | 0 | 0.56 | 0.84 | 0.37 | 20 | 0.72 | 0.37 |
| Hex | A1 | 47 | 1A | 0 | 38 | 54 | 25 | 14 | 48 | 25 |
| Octal | 241 | 107 | 32 | 0 | 70 | 124 | 45 | 24 | 110 | 45 |
| Binary | 10100001 | 1000111 | 11010 | 0 | 111000 | 1010100 | 100101 | 10100 | 1001000 | 100101 |
Color Harmonies of #A1471A
Complementary color
Monochromatic Colors of #A1471A
Black with #A1471A
Text Example
Text Example
White with #A1471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1471A; }
p { color: rgb(161,71,26); }
H1.HeaderClassName
{
color: #A1471A;
}
.AnyTagClassName
{
color: #A1471A;
}
</style>
background-color css
<style>
a { background-color: #A1471A; }
a { background-color: rgb(161,71,26); }
div.DivClassName
{
background-color: #A1471A;
}
.BgClassName
{
background-color: #A1471A;
}
</style>
border-color css
<style>
span { border-color: #A1471A; }
span { border-color: rgb(161,71,26); }
td.TdClassName
{
border-color: #A1471A;
}
.TagClassName
{
border-color: #A1471A;
}
</style>