Shades of Rich Gold #A65310
Tints of Rich Gold #A65310
RGB
CMYK
RGB Variations
Color information
#A65310 (or 0xA65310) is known color: Rich Gold. HEX triplet: A6, 53 and 10. RGB value is (166,83,16). Sum of RGB (Red+Green+Blue) = 166+83+16=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A65310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65310 is #59ACEF. Grayscale: #646464. Windows color (decimal): -5876976 or 1069990. OLE color: 1069990.
HSL color Cylindrical-coordinate representation of color #A65310: hue angle of 26.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A65310 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 16 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.35 |
| HSL | 26.8º | 0.82% | 0.36% | - |
| HSV(B) | 26.8º | 0.9% | 0.65% | - |
| XYZ | 18.91 | 14.33 | 2.26 | - |
| YUV | 100.18 | 80.5 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 16 | 0 | 0.50 | 0.90 | 0.35 | 26.8 | 0.82 | 0.36 |
| Hex | A6 | 53 | 10 | 0 | 32 | 5A | 23 | 1B | 52 | 24 |
| Octal | 246 | 123 | 20 | 0 | 62 | 132 | 43 | 33 | 122 | 44 |
| Binary | 10100110 | 1010011 | 10000 | 0 | 110010 | 1011010 | 100011 | 11011 | 1010010 | 100100 |
Color Harmonies of #A65310
Complementary color
Monochromatic Colors of #A65310
Black with #A65310
Text Example
Text Example
White with #A65310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65310; }
p { color: rgb(166,83,16); }
H1.HeaderClassName
{
color: #A65310;
}
.AnyTagClassName
{
color: #A65310;
}
</style>
background-color css
<style>
a { background-color: #A65310; }
a { background-color: rgb(166,83,16); }
div.DivClassName
{
background-color: #A65310;
}
.BgClassName
{
background-color: #A65310;
}
</style>
border-color css
<style>
span { border-color: #A65310; }
span { border-color: rgb(166,83,16); }
td.TdClassName
{
border-color: #A65310;
}
.TagClassName
{
border-color: #A65310;
}
</style>