Shades of Sepia #A15C45
Tints of Sepia #A15C45
RGB
CMYK
RGB Variations
Color information
#A15C45 (or 0xA15C45) is known color: Sepia. HEX triplet: A1, 5C and 45. RGB value is (161,92,69). Sum of RGB (Red+Green+Blue) = 161+92+69=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15C45 is #5EA3BA. Grayscale: #6E6E6E. Windows color (decimal): -6202299 or 4545697. OLE color: 4545697.
HSL color Cylindrical-coordinate representation of color #A15C45: hue angle of 15º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15C45 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 92 | 69 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.37 |
| HSL | 15º | 0.4% | 0.45% | - |
| HSV(B) | 15º | 0.57% | 0.63% | - |
| XYZ | 19.6 | 15.66 | 7.62 | - |
| YUV | 110.01 | 104.86 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 69 | 0 | 0.43 | 0.57 | 0.37 | 15 | 0.4 | 0.45 |
| Hex | A1 | 5C | 45 | 0 | 2B | 39 | 25 | F | 28 | 2D |
| Octal | 241 | 134 | 105 | 0 | 53 | 71 | 45 | 17 | 50 | 55 |
| Binary | 10100001 | 1011100 | 1000101 | 0 | 101011 | 111001 | 100101 | 1111 | 101000 | 101101 |
Color Harmonies of #A15C45
Complementary color
Monochromatic Colors of #A15C45
Black with #A15C45
Text Example
Text Example
White with #A15C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15C45; }
p { color: rgb(161,92,69); }
H1.HeaderClassName
{
color: #A15C45;
}
.AnyTagClassName
{
color: #A15C45;
}
</style>
background-color css
<style>
a { background-color: #A15C45; }
a { background-color: rgb(161,92,69); }
div.DivClassName
{
background-color: #A15C45;
}
.BgClassName
{
background-color: #A15C45;
}
</style>
border-color css
<style>
span { border-color: #A15C45; }
span { border-color: rgb(161,92,69); }
td.TdClassName
{
border-color: #A15C45;
}
.TagClassName
{
border-color: #A15C45;
}
</style>