Shades of Sepia #A2593C
Tints of Sepia #A2593C
RGB
CMYK
RGB Variations
Color information
#A2593C (or 0xA2593C) is known color: Sepia. HEX triplet: A2, 59 and 3C. RGB value is (162,89,60). Sum of RGB (Red+Green+Blue) = 162+89+60=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2593C is #5DA6C3. Grayscale: #6B6B6B. Windows color (decimal): -6137540 or 3955106. OLE color: 3955106.
HSL color Cylindrical-coordinate representation of color #A2593C: hue angle of 17.06º 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 #A2593C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 60 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.36 |
| HSL | 17.06º | 0.46% | 0.44% | - |
| HSV(B) | 17.06º | 0.63% | 0.64% | - |
| XYZ | 19.29 | 15.15 | 6.18 | - |
| YUV | 107.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 60 | 0 | 0.45 | 0.63 | 0.36 | 17.06 | 0.46 | 0.44 |
| Hex | A2 | 59 | 3C | 0 | 2D | 3F | 24 | 11 | 2E | 2C |
| Octal | 242 | 131 | 74 | 0 | 55 | 77 | 44 | 21 | 56 | 54 |
| Binary | 10100010 | 1011001 | 111100 | 0 | 101101 | 111111 | 100100 | 10001 | 101110 | 101100 |
Color Harmonies of #A2593C
Complementary color
Monochromatic Colors of #A2593C
Black with #A2593C
Text Example
Text Example
White with #A2593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2593C; }
p { color: rgb(162,89,60); }
H1.HeaderClassName
{
color: #A2593C;
}
.AnyTagClassName
{
color: #A2593C;
}
</style>
background-color css
<style>
a { background-color: #A2593C; }
a { background-color: rgb(162,89,60); }
div.DivClassName
{
background-color: #A2593C;
}
.BgClassName
{
background-color: #A2593C;
}
</style>
border-color css
<style>
span { border-color: #A2593C; }
span { border-color: rgb(162,89,60); }
td.TdClassName
{
border-color: #A2593C;
}
.TagClassName
{
border-color: #A2593C;
}
</style>