Shades of Rich Gold #A2471C
Tints of Rich Gold #A2471C
RGB
CMYK
RGB Variations
Color information
#A2471C (or 0xA2471C) is known color: Rich Gold. HEX triplet: A2, 47 and 1C. RGB value is (162,71,28). Sum of RGB (Red+Green+Blue) = 162+71+28=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A2471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2471C is #5DB8E3. Grayscale: #5D5D5D. Windows color (decimal): -6142180 or 1853346. OLE color: 1853346.
HSL color Cylindrical-coordinate representation of color #A2471C: hue angle of 19.25º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2471C is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 28 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.36 |
| HSL | 19.25º | 0.71% | 0.37% | - |
| HSV(B) | 19.25º | 0.83% | 0.64% | - |
| XYZ | 17.36 | 12.27 | 2.55 | - |
| YUV | 93.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 28 | 0 | 0.56 | 0.83 | 0.36 | 19.25 | 0.71 | 0.37 |
| Hex | A2 | 47 | 1C | 0 | 38 | 53 | 24 | 13 | 47 | 25 |
| Octal | 242 | 107 | 34 | 0 | 70 | 123 | 44 | 23 | 107 | 45 |
| Binary | 10100010 | 1000111 | 11100 | 0 | 111000 | 1010011 | 100100 | 10011 | 1000111 | 100101 |
Color Harmonies of #A2471C
Complementary color
Monochromatic Colors of #A2471C
Black with #A2471C
Text Example
Text Example
White with #A2471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2471C; }
p { color: rgb(162,71,28); }
H1.HeaderClassName
{
color: #A2471C;
}
.AnyTagClassName
{
color: #A2471C;
}
</style>
background-color css
<style>
a { background-color: #A2471C; }
a { background-color: rgb(162,71,28); }
div.DivClassName
{
background-color: #A2471C;
}
.BgClassName
{
background-color: #A2471C;
}
</style>
border-color css
<style>
span { border-color: #A2471C; }
span { border-color: rgb(162,71,28); }
td.TdClassName
{
border-color: #A2471C;
}
.TagClassName
{
border-color: #A2471C;
}
</style>