Shades of Sepia #A1593F
Tints of Sepia #A1593F
RGB
CMYK
RGB Variations
Color information
#A1593F (or 0xA1593F) is known color: Sepia. HEX triplet: A1, 59 and 3F. RGB value is (161,89,63). Sum of RGB (Red+Green+Blue) = 161+89+63=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A1593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1593F is #5EA6C0. Grayscale: #6B6B6B. Windows color (decimal): -6203073 or 4151713. OLE color: 4151713.
HSL color Cylindrical-coordinate representation of color #A1593F: hue angle of 15.92º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1593F is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 63 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.37 |
| HSL | 15.92º | 0.44% | 0.44% | - |
| HSV(B) | 15.92º | 0.61% | 0.63% | - |
| XYZ | 19.17 | 15.08 | 6.6 | - |
| YUV | 107.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 63 | 0 | 0.45 | 0.61 | 0.37 | 15.92 | 0.44 | 0.44 |
| Hex | A1 | 59 | 3F | 0 | 2D | 3D | 25 | 10 | 2C | 2C |
| Octal | 241 | 131 | 77 | 0 | 55 | 75 | 45 | 20 | 54 | 54 |
| Binary | 10100001 | 1011001 | 111111 | 0 | 101101 | 111101 | 100101 | 10000 | 101100 | 101100 |
Color Harmonies of #A1593F
Complementary color
Monochromatic Colors of #A1593F
Black with #A1593F
Text Example
Text Example
White with #A1593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1593F; }
p { color: rgb(161,89,63); }
H1.HeaderClassName
{
color: #A1593F;
}
.AnyTagClassName
{
color: #A1593F;
}
</style>
background-color css
<style>
a { background-color: #A1593F; }
a { background-color: rgb(161,89,63); }
div.DivClassName
{
background-color: #A1593F;
}
.BgClassName
{
background-color: #A1593F;
}
</style>
border-color css
<style>
span { border-color: #A1593F; }
span { border-color: rgb(161,89,63); }
td.TdClassName
{
border-color: #A1593F;
}
.TagClassName
{
border-color: #A1593F;
}
</style>