Shades of Sepia #A1593C
Tints of Sepia #A1593C
RGB
CMYK
RGB Variations
Color information
#A1593C (or 0xA1593C) is known color: Sepia. HEX triplet: A1, 59 and 3C. RGB value is (161,89,60). Sum of RGB (Red+Green+Blue) = 161+89+60=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1593C is #5EA6C3. Grayscale: #6B6B6B. Windows color (decimal): -6203076 or 3955105. OLE color: 3955105.
HSL color Cylindrical-coordinate representation of color #A1593C: hue angle of 17.23º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1593C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 60 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.37 |
| HSL | 17.23º | 0.46% | 0.43% | - |
| HSV(B) | 17.23º | 0.63% | 0.63% | - |
| XYZ | 19.09 | 15.05 | 6.17 | - |
| YUV | 107.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 60 | 0 | 0.45 | 0.63 | 0.37 | 17.23 | 0.46 | 0.43 |
| Hex | A1 | 59 | 3C | 0 | 2D | 3F | 25 | 11 | 2E | 2B |
| Octal | 241 | 131 | 74 | 0 | 55 | 77 | 45 | 21 | 56 | 53 |
| Binary | 10100001 | 1011001 | 111100 | 0 | 101101 | 111111 | 100101 | 10001 | 101110 | 101011 |
Color Harmonies of #A1593C
Complementary color
Monochromatic Colors of #A1593C
Black with #A1593C
Text Example
Text Example
White with #A1593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1593C; }
p { color: rgb(161,89,60); }
H1.HeaderClassName
{
color: #A1593C;
}
.AnyTagClassName
{
color: #A1593C;
}
</style>
background-color css
<style>
a { background-color: #A1593C; }
a { background-color: rgb(161,89,60); }
div.DivClassName
{
background-color: #A1593C;
}
.BgClassName
{
background-color: #A1593C;
}
</style>
border-color css
<style>
span { border-color: #A1593C; }
span { border-color: rgb(161,89,60); }
td.TdClassName
{
border-color: #A1593C;
}
.TagClassName
{
border-color: #A1593C;
}
</style>