Shades of Rich Gold #A15313
Tints of Rich Gold #A15313
RGB
CMYK
RGB Variations
Color information
#A15313 (or 0xA15313) is known color: Rich Gold. HEX triplet: A1, 53 and 13. RGB value is (161,83,19). Sum of RGB (Red+Green+Blue) = 161+83+19=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A15313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15313 is #5EACEC. Grayscale: #636363. Windows color (decimal): -6204653 or 1266593. OLE color: 1266593.
HSL color Cylindrical-coordinate representation of color #A15313: hue angle of 27.04º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A15313 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 19 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.37 |
| HSL | 27.04º | 0.79% | 0.35% | - |
| HSV(B) | 27.04º | 0.88% | 0.63% | - |
| XYZ | 17.91 | 13.81 | 2.34 | - |
| YUV | 99.03 | 82.84 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 19 | 0 | 0.48 | 0.88 | 0.37 | 27.04 | 0.79 | 0.35 |
| Hex | A1 | 53 | 13 | 0 | 30 | 58 | 25 | 1B | 4F | 23 |
| Octal | 241 | 123 | 23 | 0 | 60 | 130 | 45 | 33 | 117 | 43 |
| Binary | 10100001 | 1010011 | 10011 | 0 | 110000 | 1011000 | 100101 | 11011 | 1001111 | 100011 |
Color Harmonies of #A15313
Complementary color
Monochromatic Colors of #A15313
Black with #A15313
Text Example
Text Example
White with #A15313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15313; }
p { color: rgb(161,83,19); }
H1.HeaderClassName
{
color: #A15313;
}
.AnyTagClassName
{
color: #A15313;
}
</style>
background-color css
<style>
a { background-color: #A15313; }
a { background-color: rgb(161,83,19); }
div.DivClassName
{
background-color: #A15313;
}
.BgClassName
{
background-color: #A15313;
}
</style>
border-color css
<style>
span { border-color: #A15313; }
span { border-color: rgb(161,83,19); }
td.TdClassName
{
border-color: #A15313;
}
.TagClassName
{
border-color: #A15313;
}
</style>