Shades of Sepia #A15A40
Tints of Sepia #A15A40
RGB
CMYK
RGB Variations
Color information
#A15A40 (or 0xA15A40) is known color: Sepia. HEX triplet: A1, 5A and 40. RGB value is (161,90,64). Sum of RGB (Red+Green+Blue) = 161+90+64=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A40 is #5EA5BF. Grayscale: #6C6C6C. Windows color (decimal): -6202816 or 4217505. OLE color: 4217505.
HSL color Cylindrical-coordinate representation of color #A15A40: hue angle of 16.08º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A15A40 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 90 | 64 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.37 |
| HSL | 16.08º | 0.43% | 0.44% | - |
| HSV(B) | 16.08º | 0.6% | 0.63% | - |
| XYZ | 19.28 | 15.26 | 6.78 | - |
| YUV | 108.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 64 | 0 | 0.44 | 0.60 | 0.37 | 16.08 | 0.43 | 0.44 |
| Hex | A1 | 5A | 40 | 0 | 2C | 3C | 25 | 10 | 2B | 2C |
| Octal | 241 | 132 | 100 | 0 | 54 | 74 | 45 | 20 | 53 | 54 |
| Binary | 10100001 | 1011010 | 1000000 | 0 | 101100 | 111100 | 100101 | 10000 | 101011 | 101100 |
Color Harmonies of #A15A40
Complementary color
Monochromatic Colors of #A15A40
Black with #A15A40
Text Example
Text Example
White with #A15A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15A40; }
p { color: rgb(161,90,64); }
H1.HeaderClassName
{
color: #A15A40;
}
.AnyTagClassName
{
color: #A15A40;
}
</style>
background-color css
<style>
a { background-color: #A15A40; }
a { background-color: rgb(161,90,64); }
div.DivClassName
{
background-color: #A15A40;
}
.BgClassName
{
background-color: #A15A40;
}
</style>
border-color css
<style>
span { border-color: #A15A40; }
span { border-color: rgb(161,90,64); }
td.TdClassName
{
border-color: #A15A40;
}
.TagClassName
{
border-color: #A15A40;
}
</style>