Shades of Rich Gold #A65815
Tints of Rich Gold #A65815
RGB
CMYK
RGB Variations
Color information
#A65815 (or 0xA65815) is known color: Rich Gold. HEX triplet: A6, 58 and 15. RGB value is (166,88,21). Sum of RGB (Red+Green+Blue) = 166+88+21=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A65815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65815 is #59A7EA. Grayscale: #686868. Windows color (decimal): -5875691 or 1398950. OLE color: 1398950.
HSL color Cylindrical-coordinate representation of color #A65815: hue angle of 27.72º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A65815 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 21 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.35 |
| HSL | 27.72º | 0.78% | 0.37% | - |
| HSV(B) | 27.72º | 0.87% | 0.65% | - |
| XYZ | 19.35 | 15.14 | 2.61 | - |
| YUV | 103.68 | 81.34 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 21 | 0 | 0.47 | 0.87 | 0.35 | 27.72 | 0.78 | 0.37 |
| Hex | A6 | 58 | 15 | 0 | 2F | 57 | 23 | 1C | 4E | 25 |
| Octal | 246 | 130 | 25 | 0 | 57 | 127 | 43 | 34 | 116 | 45 |
| Binary | 10100110 | 1011000 | 10101 | 0 | 101111 | 1010111 | 100011 | 11100 | 1001110 | 100101 |
Color Harmonies of #A65815
Complementary color
Monochromatic Colors of #A65815
Black with #A65815
Text Example
Text Example
White with #A65815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65815; }
p { color: rgb(166,88,21); }
H1.HeaderClassName
{
color: #A65815;
}
.AnyTagClassName
{
color: #A65815;
}
</style>
background-color css
<style>
a { background-color: #A65815; }
a { background-color: rgb(166,88,21); }
div.DivClassName
{
background-color: #A65815;
}
.BgClassName
{
background-color: #A65815;
}
</style>
border-color css
<style>
span { border-color: #A65815; }
span { border-color: rgb(166,88,21); }
td.TdClassName
{
border-color: #A65815;
}
.TagClassName
{
border-color: #A65815;
}
</style>