Shades of Rich Gold #A65117
Tints of Rich Gold #A65117
RGB
CMYK
RGB Variations
Color information
#A65117 (or 0xA65117) is known color: Rich Gold. HEX triplet: A6, 51 and 17. RGB value is (166,81,23). Sum of RGB (Red+Green+Blue) = 166+81+23=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A65117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65117 is #59AEE8. Grayscale: #646464. Windows color (decimal): -5877481 or 1528230. OLE color: 1528230.
HSL color Cylindrical-coordinate representation of color #A65117: hue angle of 24.34º degrees, saturation: 0.76, 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 #A65117 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 23 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.35 |
| HSL | 24.34º | 0.76% | 0.37% | - |
| HSV(B) | 24.34º | 0.86% | 0.65% | - |
| XYZ | 18.82 | 14.05 | 2.53 | - |
| YUV | 99.8 | 84.66 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 23 | 0 | 0.51 | 0.86 | 0.35 | 24.34 | 0.76 | 0.37 |
| Hex | A6 | 51 | 17 | 0 | 33 | 56 | 23 | 18 | 4C | 25 |
| Octal | 246 | 121 | 27 | 0 | 63 | 126 | 43 | 30 | 114 | 45 |
| Binary | 10100110 | 1010001 | 10111 | 0 | 110011 | 1010110 | 100011 | 11000 | 1001100 | 100101 |
Color Harmonies of #A65117
Complementary color
Monochromatic Colors of #A65117
Black with #A65117
Text Example
Text Example
White with #A65117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65117; }
p { color: rgb(166,81,23); }
H1.HeaderClassName
{
color: #A65117;
}
.AnyTagClassName
{
color: #A65117;
}
</style>
background-color css
<style>
a { background-color: #A65117; }
a { background-color: rgb(166,81,23); }
div.DivClassName
{
background-color: #A65117;
}
.BgClassName
{
background-color: #A65117;
}
</style>
border-color css
<style>
span { border-color: #A65117; }
span { border-color: rgb(166,81,23); }
td.TdClassName
{
border-color: #A65117;
}
.TagClassName
{
border-color: #A65117;
}
</style>