Shades of Rich Gold #A35615
Tints of Rich Gold #A35615
RGB
CMYK
RGB Variations
Color information
#A35615 (or 0xA35615) is known color: Rich Gold. HEX triplet: A3, 56 and 15. RGB value is (163,86,21). Sum of RGB (Red+Green+Blue) = 163+86+21=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A35615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35615 is #5CA9EA. Grayscale: #656565. Windows color (decimal): -6072811 or 1398435. OLE color: 1398435.
HSL color Cylindrical-coordinate representation of color #A35615: hue angle of 27.46º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A35615 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 86 | 21 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.36 |
| HSL | 27.46º | 0.77% | 0.36% | - |
| HSV(B) | 27.46º | 0.87% | 0.64% | - |
| XYZ | 18.57 | 14.5 | 2.53 | - |
| YUV | 101.61 | 82.51 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 86 | 21 | 0 | 0.47 | 0.87 | 0.36 | 27.46 | 0.77 | 0.36 |
| Hex | A3 | 56 | 15 | 0 | 2F | 57 | 24 | 1B | 4D | 24 |
| Octal | 243 | 126 | 25 | 0 | 57 | 127 | 44 | 33 | 115 | 44 |
| Binary | 10100011 | 1010110 | 10101 | 0 | 101111 | 1010111 | 100100 | 11011 | 1001101 | 100100 |
Color Harmonies of #A35615
Complementary color
Monochromatic Colors of #A35615
Black with #A35615
Text Example
Text Example
White with #A35615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35615; }
p { color: rgb(163,86,21); }
H1.HeaderClassName
{
color: #A35615;
}
.AnyTagClassName
{
color: #A35615;
}
</style>
background-color css
<style>
a { background-color: #A35615; }
a { background-color: rgb(163,86,21); }
div.DivClassName
{
background-color: #A35615;
}
.BgClassName
{
background-color: #A35615;
}
</style>
border-color css
<style>
span { border-color: #A35615; }
span { border-color: rgb(163,86,21); }
td.TdClassName
{
border-color: #A35615;
}
.TagClassName
{
border-color: #A35615;
}
</style>