Shades of Rich Gold #A65017
Tints of Rich Gold #A65017
RGB
CMYK
RGB Variations
Color information
#A65017 (or 0xA65017) is known color: Rich Gold. HEX triplet: A6, 50 and 17. RGB value is (166,80,23). Sum of RGB (Red+Green+Blue) = 166+80+23=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A65017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65017 is #59AFE8. Grayscale: #636363. Windows color (decimal): -5877737 or 1527974. OLE color: 1527974.
HSL color Cylindrical-coordinate representation of color #A65017: hue angle of 23.92º 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 #A65017 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 23 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.35 |
| HSL | 23.92º | 0.76% | 0.37% | - |
| HSV(B) | 23.92º | 0.86% | 0.65% | - |
| XYZ | 18.75 | 13.91 | 2.51 | - |
| YUV | 99.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 23 | 0 | 0.52 | 0.86 | 0.35 | 23.92 | 0.76 | 0.37 |
| Hex | A6 | 50 | 17 | 0 | 34 | 56 | 23 | 18 | 4C | 25 |
| Octal | 246 | 120 | 27 | 0 | 64 | 126 | 43 | 30 | 114 | 45 |
| Binary | 10100110 | 1010000 | 10111 | 0 | 110100 | 1010110 | 100011 | 11000 | 1001100 | 100101 |
Color Harmonies of #A65017
Complementary color
Monochromatic Colors of #A65017
Black with #A65017
Text Example
Text Example
White with #A65017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65017; }
p { color: rgb(166,80,23); }
H1.HeaderClassName
{
color: #A65017;
}
.AnyTagClassName
{
color: #A65017;
}
</style>
background-color css
<style>
a { background-color: #A65017; }
a { background-color: rgb(166,80,23); }
div.DivClassName
{
background-color: #A65017;
}
.BgClassName
{
background-color: #A65017;
}
</style>
border-color css
<style>
span { border-color: #A65017; }
span { border-color: rgb(166,80,23); }
td.TdClassName
{
border-color: #A65017;
}
.TagClassName
{
border-color: #A65017;
}
</style>