Shades of Rich Gold #A65415
Tints of Rich Gold #A65415
RGB
CMYK
RGB Variations
Color information
#A65415 (or 0xA65415) is known color: Rich Gold. HEX triplet: A6, 54 and 15. RGB value is (166,84,21). Sum of RGB (Red+Green+Blue) = 166+84+21=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A65415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65415 is #59ABEA. Grayscale: #656565. Windows color (decimal): -5876715 or 1397926. OLE color: 1397926.
HSL color Cylindrical-coordinate representation of color #A65415: hue angle of 26.07º 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 #A65415 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 84 | 21 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.35 |
| HSL | 26.07º | 0.78% | 0.37% | - |
| HSV(B) | 26.07º | 0.87% | 0.65% | - |
| XYZ | 19.03 | 14.5 | 2.51 | - |
| YUV | 101.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 21 | 0 | 0.49 | 0.87 | 0.35 | 26.07 | 0.78 | 0.37 |
| Hex | A6 | 54 | 15 | 0 | 31 | 57 | 23 | 1A | 4E | 25 |
| Octal | 246 | 124 | 25 | 0 | 61 | 127 | 43 | 32 | 116 | 45 |
| Binary | 10100110 | 1010100 | 10101 | 0 | 110001 | 1010111 | 100011 | 11010 | 1001110 | 100101 |
Color Harmonies of #A65415
Complementary color
Monochromatic Colors of #A65415
Black with #A65415
Text Example
Text Example
White with #A65415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65415; }
p { color: rgb(166,84,21); }
H1.HeaderClassName
{
color: #A65415;
}
.AnyTagClassName
{
color: #A65415;
}
</style>
background-color css
<style>
a { background-color: #A65415; }
a { background-color: rgb(166,84,21); }
div.DivClassName
{
background-color: #A65415;
}
.BgClassName
{
background-color: #A65415;
}
</style>
border-color css
<style>
span { border-color: #A65415; }
span { border-color: rgb(166,84,21); }
td.TdClassName
{
border-color: #A65415;
}
.TagClassName
{
border-color: #A65415;
}
</style>