Shades of Rich Gold #A64719
Tints of Rich Gold #A64719
RGB
CMYK
RGB Variations
Color information
#A64719 (or 0xA64719) is known color: Rich Gold. HEX triplet: A6, 47 and 19. RGB value is (166,71,25). Sum of RGB (Red+Green+Blue) = 166+71+25=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A64719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64719 is #59B8E6. Grayscale: #5E5E5E. Windows color (decimal): -5880039 or 1656742. OLE color: 1656742.
HSL color Cylindrical-coordinate representation of color #A64719: hue angle of 19.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A64719 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 25 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.35 |
| HSL | 19.57º | 0.74% | 0.37% | - |
| HSV(B) | 19.57º | 0.85% | 0.65% | - |
| XYZ | 18.15 | 12.68 | 2.41 | - |
| YUV | 94.16 | 88.97 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 25 | 0 | 0.57 | 0.85 | 0.35 | 19.57 | 0.74 | 0.37 |
| Hex | A6 | 47 | 19 | 0 | 39 | 55 | 23 | 14 | 4A | 25 |
| Octal | 246 | 107 | 31 | 0 | 71 | 125 | 43 | 24 | 112 | 45 |
| Binary | 10100110 | 1000111 | 11001 | 0 | 111001 | 1010101 | 100011 | 10100 | 1001010 | 100101 |
Color Harmonies of #A64719
Complementary color
Monochromatic Colors of #A64719
Black with #A64719
Text Example
Text Example
White with #A64719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64719; }
p { color: rgb(166,71,25); }
H1.HeaderClassName
{
color: #A64719;
}
.AnyTagClassName
{
color: #A64719;
}
</style>
background-color css
<style>
a { background-color: #A64719; }
a { background-color: rgb(166,71,25); }
div.DivClassName
{
background-color: #A64719;
}
.BgClassName
{
background-color: #A64719;
}
</style>
border-color css
<style>
span { border-color: #A64719; }
span { border-color: rgb(166,71,25); }
td.TdClassName
{
border-color: #A64719;
}
.TagClassName
{
border-color: #A64719;
}
</style>