Shades of Rich Gold #A65616
Tints of Rich Gold #A65616
RGB
CMYK
RGB Variations
Color information
#A65616 (or 0xA65616) is known color: Rich Gold. HEX triplet: A6, 56 and 16. RGB value is (166,86,22). Sum of RGB (Red+Green+Blue) = 166+86+22=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A65616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65616 is #59A9E9. Grayscale: #666666. Windows color (decimal): -5876202 or 1463974. OLE color: 1463974.
HSL color Cylindrical-coordinate representation of color #A65616: hue angle of 26.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A65616 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 22 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.35 |
| HSL | 26.67º | 0.77% | 0.37% | - |
| HSV(B) | 26.67º | 0.87% | 0.65% | - |
| XYZ | 19.2 | 14.82 | 2.61 | - |
| YUV | 102.62 | 82.5 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 22 | 0 | 0.48 | 0.87 | 0.35 | 26.67 | 0.77 | 0.37 |
| Hex | A6 | 56 | 16 | 0 | 30 | 57 | 23 | 1B | 4D | 25 |
| Octal | 246 | 126 | 26 | 0 | 60 | 127 | 43 | 33 | 115 | 45 |
| Binary | 10100110 | 1010110 | 10110 | 0 | 110000 | 1010111 | 100011 | 11011 | 1001101 | 100101 |
Color Harmonies of #A65616
Complementary color
Monochromatic Colors of #A65616
Black with #A65616
Text Example
Text Example
White with #A65616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65616; }
p { color: rgb(166,86,22); }
H1.HeaderClassName
{
color: #A65616;
}
.AnyTagClassName
{
color: #A65616;
}
</style>
background-color css
<style>
a { background-color: #A65616; }
a { background-color: rgb(166,86,22); }
div.DivClassName
{
background-color: #A65616;
}
.BgClassName
{
background-color: #A65616;
}
</style>
border-color css
<style>
span { border-color: #A65616; }
span { border-color: rgb(166,86,22); }
td.TdClassName
{
border-color: #A65616;
}
.TagClassName
{
border-color: #A65616;
}
</style>