Shades of Sepia #A2593B
Tints of Sepia #A2593B
RGB
CMYK
RGB Variations
Color information
#A2593B (or 0xA2593B) is known color: Sepia. HEX triplet: A2, 59 and 3B. RGB value is (162,89,59). Sum of RGB (Red+Green+Blue) = 162+89+59=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2593B is #5DA6C4. Grayscale: #6B6B6B. Windows color (decimal): -6137541 or 3889570. OLE color: 3889570.
HSL color Cylindrical-coordinate representation of color #A2593B: hue angle of 17.48º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2593B is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 59 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.36 |
| HSL | 17.48º | 0.47% | 0.43% | - |
| HSV(B) | 17.48º | 0.64% | 0.64% | - |
| XYZ | 19.26 | 15.14 | 6.05 | - |
| YUV | 107.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 59 | 0 | 0.45 | 0.64 | 0.36 | 17.48 | 0.47 | 0.43 |
| Hex | A2 | 59 | 3B | 0 | 2D | 40 | 24 | 11 | 2F | 2B |
| Octal | 242 | 131 | 73 | 0 | 55 | 100 | 44 | 21 | 57 | 53 |
| Binary | 10100010 | 1011001 | 111011 | 0 | 101101 | 1000000 | 100100 | 10001 | 101111 | 101011 |
Color Harmonies of #A2593B
Complementary color
Monochromatic Colors of #A2593B
Black with #A2593B
Text Example
Text Example
White with #A2593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2593B; }
p { color: rgb(162,89,59); }
H1.HeaderClassName
{
color: #A2593B;
}
.AnyTagClassName
{
color: #A2593B;
}
</style>
background-color css
<style>
a { background-color: #A2593B; }
a { background-color: rgb(162,89,59); }
div.DivClassName
{
background-color: #A2593B;
}
.BgClassName
{
background-color: #A2593B;
}
</style>
border-color css
<style>
span { border-color: #A2593B; }
span { border-color: rgb(162,89,59); }
td.TdClassName
{
border-color: #A2593B;
}
.TagClassName
{
border-color: #A2593B;
}
</style>