Shades of Rich Gold #A65113
Tints of Rich Gold #A65113
RGB
CMYK
RGB Variations
Color information
#A65113 (or 0xA65113) is known color: Rich Gold. HEX triplet: A6, 51 and 13. RGB value is (166,81,19). Sum of RGB (Red+Green+Blue) = 166+81+19=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A65113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65113 is #59AEEC. Grayscale: #636363. Windows color (decimal): -5877485 or 1266086. OLE color: 1266086.
HSL color Cylindrical-coordinate representation of color #A65113: hue angle of 25.31º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A65113 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 19 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.35 |
| HSL | 25.31º | 0.79% | 0.36% | - |
| HSV(B) | 25.31º | 0.89% | 0.65% | - |
| XYZ | 18.79 | 14.04 | 2.34 | - |
| YUV | 99.35 | 82.66 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 19 | 0 | 0.51 | 0.89 | 0.35 | 25.31 | 0.79 | 0.36 |
| Hex | A6 | 51 | 13 | 0 | 33 | 59 | 23 | 19 | 4F | 24 |
| Octal | 246 | 121 | 23 | 0 | 63 | 131 | 43 | 31 | 117 | 44 |
| Binary | 10100110 | 1010001 | 10011 | 0 | 110011 | 1011001 | 100011 | 11001 | 1001111 | 100100 |
Color Harmonies of #A65113
Complementary color
Monochromatic Colors of #A65113
Black with #A65113
Text Example
Text Example
White with #A65113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65113; }
p { color: rgb(166,81,19); }
H1.HeaderClassName
{
color: #A65113;
}
.AnyTagClassName
{
color: #A65113;
}
</style>
background-color css
<style>
a { background-color: #A65113; }
a { background-color: rgb(166,81,19); }
div.DivClassName
{
background-color: #A65113;
}
.BgClassName
{
background-color: #A65113;
}
</style>
border-color css
<style>
span { border-color: #A65113; }
span { border-color: rgb(166,81,19); }
td.TdClassName
{
border-color: #A65113;
}
.TagClassName
{
border-color: #A65113;
}
</style>