Shades of Sepia #A15C43
Tints of Sepia #A15C43
RGB
CMYK
RGB Variations
Color information
#A15C43 (or 0xA15C43) is known color: Sepia. HEX triplet: A1, 5C and 43. RGB value is (161,92,67). Sum of RGB (Red+Green+Blue) = 161+92+67=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15C43 is #5EA3BC. Grayscale: #6D6D6D. Windows color (decimal): -6202301 or 4414625. OLE color: 4414625.
HSL color Cylindrical-coordinate representation of color #A15C43: hue angle of 15.96º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A15C43 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 92 | 67 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.37 |
| HSL | 15.96º | 0.41% | 0.45% | - |
| HSV(B) | 15.96º | 0.58% | 0.63% | - |
| XYZ | 19.54 | 15.64 | 7.3 | - |
| YUV | 109.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 67 | 0 | 0.43 | 0.58 | 0.37 | 15.96 | 0.41 | 0.45 |
| Hex | A1 | 5C | 43 | 0 | 2B | 3A | 25 | 10 | 29 | 2D |
| Octal | 241 | 134 | 103 | 0 | 53 | 72 | 45 | 20 | 51 | 55 |
| Binary | 10100001 | 1011100 | 1000011 | 0 | 101011 | 111010 | 100101 | 10000 | 101001 | 101101 |
Color Harmonies of #A15C43
Complementary color
Monochromatic Colors of #A15C43
Black with #A15C43
Text Example
Text Example
White with #A15C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15C43; }
p { color: rgb(161,92,67); }
H1.HeaderClassName
{
color: #A15C43;
}
.AnyTagClassName
{
color: #A15C43;
}
</style>
background-color css
<style>
a { background-color: #A15C43; }
a { background-color: rgb(161,92,67); }
div.DivClassName
{
background-color: #A15C43;
}
.BgClassName
{
background-color: #A15C43;
}
</style>
border-color css
<style>
span { border-color: #A15C43; }
span { border-color: rgb(161,92,67); }
td.TdClassName
{
border-color: #A15C43;
}
.TagClassName
{
border-color: #A15C43;
}
</style>