Shades of Rich Gold #A7431B
Tints of Rich Gold #A7431B
RGB
CMYK
RGB Variations
Color information
#A7431B (or 0xA7431B) is known color: Rich Gold. HEX triplet: A7, 43 and 1B. RGB value is (167,67,27). Sum of RGB (Red+Green+Blue) = 167+67+27=261 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.98% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 167 - color contains mainly: red. Hex color #A7431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7431B is #58BCE4. Grayscale: #5C5C5C. Windows color (decimal): -5815525 or 1786791. OLE color: 1786791.
HSL color Cylindrical-coordinate representation of color #A7431B: hue angle of 17.14º 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 #A7431B is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 67 | 27 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.35 |
| HSL | 17.14º | 0.72% | 0.38% | - |
| HSV(B) | 17.14º | 0.84% | 0.65% | - |
| XYZ | 18.14 | 12.31 | 2.46 | - |
| YUV | 92.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 27 | 0 | 0.60 | 0.84 | 0.35 | 17.14 | 0.72 | 0.38 |
| Hex | A7 | 43 | 1B | 0 | 3C | 54 | 23 | 11 | 48 | 26 |
| Octal | 247 | 103 | 33 | 0 | 74 | 124 | 43 | 21 | 110 | 46 |
| Binary | 10100111 | 1000011 | 11011 | 0 | 111100 | 1010100 | 100011 | 10001 | 1001000 | 100110 |
Color Harmonies of #A7431B
Complementary color
Monochromatic Colors of #A7431B
Black with #A7431B
Text Example
Text Example
White with #A7431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7431B; }
p { color: rgb(167,67,27); }
H1.HeaderClassName
{
color: #A7431B;
}
.AnyTagClassName
{
color: #A7431B;
}
</style>
background-color css
<style>
a { background-color: #A7431B; }
a { background-color: rgb(167,67,27); }
div.DivClassName
{
background-color: #A7431B;
}
.BgClassName
{
background-color: #A7431B;
}
</style>
border-color css
<style>
span { border-color: #A7431B; }
span { border-color: rgb(167,67,27); }
td.TdClassName
{
border-color: #A7431B;
}
.TagClassName
{
border-color: #A7431B;
}
</style>