Shades of Rich Gold #A75713
Tints of Rich Gold #A75713
RGB
CMYK
RGB Variations
Color information
#A75713 (or 0xA75713) is known color: Rich Gold. HEX triplet: A7, 57 and 13. RGB value is (167,87,19). Sum of RGB (Red+Green+Blue) = 167+87+19=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A75713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75713 is #58A8EC. Grayscale: #676767. Windows color (decimal): -5810413 or 1267623. OLE color: 1267623.
HSL color Cylindrical-coordinate representation of color #A75713: hue angle of 27.57º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A75713 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 87 | 19 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.35 |
| HSL | 27.57º | 0.8% | 0.36% | - |
| HSV(B) | 27.57º | 0.89% | 0.65% | - |
| XYZ | 19.46 | 15.08 | 2.5 | - |
| YUV | 103.17 | 80.5 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 19 | 0 | 0.48 | 0.89 | 0.35 | 27.57 | 0.8 | 0.36 |
| Hex | A7 | 57 | 13 | 0 | 30 | 59 | 23 | 1C | 50 | 24 |
| Octal | 247 | 127 | 23 | 0 | 60 | 131 | 43 | 34 | 120 | 44 |
| Binary | 10100111 | 1010111 | 10011 | 0 | 110000 | 1011001 | 100011 | 11100 | 1010000 | 100100 |
Color Harmonies of #A75713
Complementary color
Monochromatic Colors of #A75713
Black with #A75713
Text Example
Text Example
White with #A75713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75713; }
p { color: rgb(167,87,19); }
H1.HeaderClassName
{
color: #A75713;
}
.AnyTagClassName
{
color: #A75713;
}
</style>
background-color css
<style>
a { background-color: #A75713; }
a { background-color: rgb(167,87,19); }
div.DivClassName
{
background-color: #A75713;
}
.BgClassName
{
background-color: #A75713;
}
</style>
border-color css
<style>
span { border-color: #A75713; }
span { border-color: rgb(167,87,19); }
td.TdClassName
{
border-color: #A75713;
}
.TagClassName
{
border-color: #A75713;
}
</style>