Shades of Rich Gold #A74718
Tints of Rich Gold #A74718
RGB
CMYK
RGB Variations
Color information
#A74718 (or 0xA74718) is known color: Rich Gold. HEX triplet: A7, 47 and 18. RGB value is (167,71,24). Sum of RGB (Red+Green+Blue) = 167+71+24=262 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.74% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 167 - color contains mainly: red. Hex color #A74718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74718 is #58B8E7. Grayscale: #5E5E5E. Windows color (decimal): -5814504 or 1591207. OLE color: 1591207.
HSL color Cylindrical-coordinate representation of color #A74718: hue angle of 19.72º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A74718 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 71 | 24 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.35 |
| HSL | 19.72º | 0.75% | 0.37% | - |
| HSV(B) | 19.72º | 0.86% | 0.65% | - |
| XYZ | 18.35 | 12.79 | 2.37 | - |
| YUV | 94.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 24 | 0 | 0.57 | 0.86 | 0.35 | 19.72 | 0.75 | 0.37 |
| Hex | A7 | 47 | 18 | 0 | 39 | 56 | 23 | 14 | 4B | 25 |
| Octal | 247 | 107 | 30 | 0 | 71 | 126 | 43 | 24 | 113 | 45 |
| Binary | 10100111 | 1000111 | 11000 | 0 | 111001 | 1010110 | 100011 | 10100 | 1001011 | 100101 |
Color Harmonies of #A74718
Complementary color
Monochromatic Colors of #A74718
Black with #A74718
Text Example
Text Example
White with #A74718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74718; }
p { color: rgb(167,71,24); }
H1.HeaderClassName
{
color: #A74718;
}
.AnyTagClassName
{
color: #A74718;
}
</style>
background-color css
<style>
a { background-color: #A74718; }
a { background-color: rgb(167,71,24); }
div.DivClassName
{
background-color: #A74718;
}
.BgClassName
{
background-color: #A74718;
}
</style>
border-color css
<style>
span { border-color: #A74718; }
span { border-color: rgb(167,71,24); }
td.TdClassName
{
border-color: #A74718;
}
.TagClassName
{
border-color: #A74718;
}
</style>