Shades of Rich Gold #A7471B
Tints of Rich Gold #A7471B
RGB
CMYK
RGB Variations
Color information
#A7471B (or 0xA7471B) is known color: Rich Gold. HEX triplet: A7, 47 and 1B. RGB value is (167,71,27). Sum of RGB (Red+Green+Blue) = 167+71+27=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A7471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7471B is #58B8E4. Grayscale: #5E5E5E. Windows color (decimal): -5814501 or 1787815. OLE color: 1787815.
HSL color Cylindrical-coordinate representation of color #A7471B: hue angle of 18.86º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7471B is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 71 | 27 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.35 |
| HSL | 18.86º | 0.72% | 0.38% | - |
| HSV(B) | 18.86º | 0.84% | 0.65% | - |
| XYZ | 18.39 | 12.8 | 2.54 | - |
| YUV | 94.69 | 89.8 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 27 | 0 | 0.57 | 0.84 | 0.35 | 18.86 | 0.72 | 0.38 |
| Hex | A7 | 47 | 1B | 0 | 39 | 54 | 23 | 13 | 48 | 26 |
| Octal | 247 | 107 | 33 | 0 | 71 | 124 | 43 | 23 | 110 | 46 |
| Binary | 10100111 | 1000111 | 11011 | 0 | 111001 | 1010100 | 100011 | 10011 | 1001000 | 100110 |
Color Harmonies of #A7471B
Complementary color
Monochromatic Colors of #A7471B
Black with #A7471B
Text Example
Text Example
White with #A7471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7471B; }
p { color: rgb(167,71,27); }
H1.HeaderClassName
{
color: #A7471B;
}
.AnyTagClassName
{
color: #A7471B;
}
</style>
background-color css
<style>
a { background-color: #A7471B; }
a { background-color: rgb(167,71,27); }
div.DivClassName
{
background-color: #A7471B;
}
.BgClassName
{
background-color: #A7471B;
}
</style>
border-color css
<style>
span { border-color: #A7471B; }
span { border-color: rgb(167,71,27); }
td.TdClassName
{
border-color: #A7471B;
}
.TagClassName
{
border-color: #A7471B;
}
</style>