Shades of Rich Gold #A65614
Tints of Rich Gold #A65614
RGB
CMYK
RGB Variations
Color information
#A65614 (or 0xA65614) is known color: Rich Gold. HEX triplet: A6, 56 and 14. RGB value is (166,86,20). Sum of RGB (Red+Green+Blue) = 166+86+20=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A65614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65614 is #59A9EB. Grayscale: #666666. Windows color (decimal): -5876204 or 1332902. OLE color: 1332902.
HSL color Cylindrical-coordinate representation of color #A65614: hue angle of 27.12º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A65614 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 20 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.35 |
| HSL | 27.12º | 0.78% | 0.36% | - |
| HSV(B) | 27.12º | 0.88% | 0.65% | - |
| XYZ | 19.18 | 14.81 | 2.51 | - |
| YUV | 102.4 | 81.5 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 20 | 0 | 0.48 | 0.88 | 0.35 | 27.12 | 0.78 | 0.36 |
| Hex | A6 | 56 | 14 | 0 | 30 | 58 | 23 | 1B | 4E | 24 |
| Octal | 246 | 126 | 24 | 0 | 60 | 130 | 43 | 33 | 116 | 44 |
| Binary | 10100110 | 1010110 | 10100 | 0 | 110000 | 1011000 | 100011 | 11011 | 1001110 | 100100 |
Color Harmonies of #A65614
Complementary color
Monochromatic Colors of #A65614
Black with #A65614
Text Example
Text Example
White with #A65614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65614; }
p { color: rgb(166,86,20); }
H1.HeaderClassName
{
color: #A65614;
}
.AnyTagClassName
{
color: #A65614;
}
</style>
background-color css
<style>
a { background-color: #A65614; }
a { background-color: rgb(166,86,20); }
div.DivClassName
{
background-color: #A65614;
}
.BgClassName
{
background-color: #A65614;
}
</style>
border-color css
<style>
span { border-color: #A65614; }
span { border-color: rgb(166,86,20); }
td.TdClassName
{
border-color: #A65614;
}
.TagClassName
{
border-color: #A65614;
}
</style>