Shades of Sepia #A3593C
Tints of Sepia #A3593C
RGB
CMYK
RGB Variations
Color information
#A3593C (or 0xA3593C) is known color: Sepia. HEX triplet: A3, 59 and 3C. RGB value is (163,89,60). Sum of RGB (Red+Green+Blue) = 163+89+60=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A3593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3593C is #5CA6C3. Grayscale: #6C6C6C. Windows color (decimal): -6072004 or 3955107. OLE color: 3955107.
HSL color Cylindrical-coordinate representation of color #A3593C: hue angle of 16.89º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3593C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 89 | 60 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.36 |
| HSL | 16.89º | 0.46% | 0.44% | - |
| HSV(B) | 16.89º | 0.63% | 0.64% | - |
| XYZ | 19.49 | 15.26 | 6.19 | - |
| YUV | 107.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 89 | 60 | 0 | 0.45 | 0.63 | 0.36 | 16.89 | 0.46 | 0.44 |
| Hex | A3 | 59 | 3C | 0 | 2D | 3F | 24 | 11 | 2E | 2C |
| Octal | 243 | 131 | 74 | 0 | 55 | 77 | 44 | 21 | 56 | 54 |
| Binary | 10100011 | 1011001 | 111100 | 0 | 101101 | 111111 | 100100 | 10001 | 101110 | 101100 |
Color Harmonies of #A3593C
Complementary color
Monochromatic Colors of #A3593C
Black with #A3593C
Text Example
Text Example
White with #A3593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3593C; }
p { color: rgb(163,89,60); }
H1.HeaderClassName
{
color: #A3593C;
}
.AnyTagClassName
{
color: #A3593C;
}
</style>
background-color css
<style>
a { background-color: #A3593C; }
a { background-color: rgb(163,89,60); }
div.DivClassName
{
background-color: #A3593C;
}
.BgClassName
{
background-color: #A3593C;
}
</style>
border-color css
<style>
span { border-color: #A3593C; }
span { border-color: rgb(163,89,60); }
td.TdClassName
{
border-color: #A3593C;
}
.TagClassName
{
border-color: #A3593C;
}
</style>