Shades of Rich Gold #A65417
Tints of Rich Gold #A65417
RGB
CMYK
RGB Variations
Color information
#A65417 (or 0xA65417) is known color: Rich Gold. HEX triplet: A6, 54 and 17. RGB value is (166,84,23). Sum of RGB (Red+Green+Blue) = 166+84+23=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A65417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65417 is #59ABE8. Grayscale: #656565. Windows color (decimal): -5876713 or 1528998. OLE color: 1528998.
HSL color Cylindrical-coordinate representation of color #A65417: hue angle of 25.59º 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 #A65417 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 84 | 23 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.35 |
| HSL | 25.59º | 0.76% | 0.37% | - |
| HSV(B) | 25.59º | 0.86% | 0.65% | - |
| XYZ | 19.05 | 14.51 | 2.61 | - |
| YUV | 101.56 | 83.67 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 23 | 0 | 0.49 | 0.86 | 0.35 | 25.59 | 0.76 | 0.37 |
| Hex | A6 | 54 | 17 | 0 | 31 | 56 | 23 | 1A | 4C | 25 |
| Octal | 246 | 124 | 27 | 0 | 61 | 126 | 43 | 32 | 114 | 45 |
| Binary | 10100110 | 1010100 | 10111 | 0 | 110001 | 1010110 | 100011 | 11010 | 1001100 | 100101 |
Color Harmonies of #A65417
Complementary color
Monochromatic Colors of #A65417
Black with #A65417
Text Example
Text Example
White with #A65417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65417; }
p { color: rgb(166,84,23); }
H1.HeaderClassName
{
color: #A65417;
}
.AnyTagClassName
{
color: #A65417;
}
</style>
background-color css
<style>
a { background-color: #A65417; }
a { background-color: rgb(166,84,23); }
div.DivClassName
{
background-color: #A65417;
}
.BgClassName
{
background-color: #A65417;
}
</style>
border-color css
<style>
span { border-color: #A65417; }
span { border-color: rgb(166,84,23); }
td.TdClassName
{
border-color: #A65417;
}
.TagClassName
{
border-color: #A65417;
}
</style>