Shades of Rich Gold #A75419
Tints of Rich Gold #A75419
RGB
CMYK
RGB Variations
Color information
#A75419 (or 0xA75419) is known color: Rich Gold. HEX triplet: A7, 54 and 19. RGB value is (167,84,25). Sum of RGB (Red+Green+Blue) = 167+84+25=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A75419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75419 is #58ABE6. Grayscale: #666666. Windows color (decimal): -5811175 or 1660071. OLE color: 1660071.
HSL color Cylindrical-coordinate representation of color #A75419: hue angle of 24.93º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A75419 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 84 | 25 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.35 |
| HSL | 24.93º | 0.74% | 0.38% | - |
| HSV(B) | 24.93º | 0.85% | 0.65% | - |
| XYZ | 19.28 | 14.63 | 2.73 | - |
| YUV | 102.09 | 84.5 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 84 | 25 | 0 | 0.50 | 0.85 | 0.35 | 24.93 | 0.74 | 0.38 |
| Hex | A7 | 54 | 19 | 0 | 32 | 55 | 23 | 19 | 4A | 26 |
| Octal | 247 | 124 | 31 | 0 | 62 | 125 | 43 | 31 | 112 | 46 |
| Binary | 10100111 | 1010100 | 11001 | 0 | 110010 | 1010101 | 100011 | 11001 | 1001010 | 100110 |
Color Harmonies of #A75419
Complementary color
Monochromatic Colors of #A75419
Black with #A75419
Text Example
Text Example
White with #A75419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75419; }
p { color: rgb(167,84,25); }
H1.HeaderClassName
{
color: #A75419;
}
.AnyTagClassName
{
color: #A75419;
}
</style>
background-color css
<style>
a { background-color: #A75419; }
a { background-color: rgb(167,84,25); }
div.DivClassName
{
background-color: #A75419;
}
.BgClassName
{
background-color: #A75419;
}
</style>
border-color css
<style>
span { border-color: #A75419; }
span { border-color: rgb(167,84,25); }
td.TdClassName
{
border-color: #A75419;
}
.TagClassName
{
border-color: #A75419;
}
</style>