Shades of Rich Gold #A2471B
Tints of Rich Gold #A2471B
RGB
CMYK
RGB Variations
Color information
#A2471B (or 0xA2471B) is known color: Rich Gold. HEX triplet: A2, 47 and 1B. RGB value is (162,71,27). Sum of RGB (Red+Green+Blue) = 162+71+27=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A2471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2471B is #5DB8E4. Grayscale: #5D5D5D. Windows color (decimal): -6142181 or 1787810. OLE color: 1787810.
HSL color Cylindrical-coordinate representation of color #A2471B: hue angle of 19.56º 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 #A2471B is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 27 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.36 |
| HSL | 19.56º | 0.71% | 0.37% | - |
| HSV(B) | 19.56º | 0.83% | 0.64% | - |
| XYZ | 17.35 | 12.27 | 2.49 | - |
| YUV | 93.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 27 | 0 | 0.56 | 0.83 | 0.36 | 19.56 | 0.71 | 0.37 |
| Hex | A2 | 47 | 1B | 0 | 38 | 53 | 24 | 14 | 47 | 25 |
| Octal | 242 | 107 | 33 | 0 | 70 | 123 | 44 | 24 | 107 | 45 |
| Binary | 10100010 | 1000111 | 11011 | 0 | 111000 | 1010011 | 100100 | 10100 | 1000111 | 100101 |
Color Harmonies of #A2471B
Complementary color
Monochromatic Colors of #A2471B
Black with #A2471B
Text Example
Text Example
White with #A2471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2471B; }
p { color: rgb(162,71,27); }
H1.HeaderClassName
{
color: #A2471B;
}
.AnyTagClassName
{
color: #A2471B;
}
</style>
background-color css
<style>
a { background-color: #A2471B; }
a { background-color: rgb(162,71,27); }
div.DivClassName
{
background-color: #A2471B;
}
.BgClassName
{
background-color: #A2471B;
}
</style>
border-color css
<style>
span { border-color: #A2471B; }
span { border-color: rgb(162,71,27); }
td.TdClassName
{
border-color: #A2471B;
}
.TagClassName
{
border-color: #A2471B;
}
</style>