Shades of Sepia #A2593F
Tints of Sepia #A2593F
RGB
CMYK
RGB Variations
Color information
#A2593F (or 0xA2593F) is known color: Sepia. HEX triplet: A2, 59 and 3F. RGB value is (162,89,63). Sum of RGB (Red+Green+Blue) = 162+89+63=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A2593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2593F is #5DA6C0. Grayscale: #6C6C6C. Windows color (decimal): -6137537 or 4151714. OLE color: 4151714.
HSL color Cylindrical-coordinate representation of color #A2593F: hue angle of 15.76º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2593F is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 63 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.36 |
| HSL | 15.76º | 0.44% | 0.44% | - |
| HSV(B) | 15.76º | 0.61% | 0.64% | - |
| XYZ | 19.37 | 15.19 | 6.61 | - |
| YUV | 107.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 63 | 0 | 0.45 | 0.61 | 0.36 | 15.76 | 0.44 | 0.44 |
| Hex | A2 | 59 | 3F | 0 | 2D | 3D | 24 | 10 | 2C | 2C |
| Octal | 242 | 131 | 77 | 0 | 55 | 75 | 44 | 20 | 54 | 54 |
| Binary | 10100010 | 1011001 | 111111 | 0 | 101101 | 111101 | 100100 | 10000 | 101100 | 101100 |
Color Harmonies of #A2593F
Complementary color
Monochromatic Colors of #A2593F
Black with #A2593F
Text Example
Text Example
White with #A2593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2593F; }
p { color: rgb(162,89,63); }
H1.HeaderClassName
{
color: #A2593F;
}
.AnyTagClassName
{
color: #A2593F;
}
</style>
background-color css
<style>
a { background-color: #A2593F; }
a { background-color: rgb(162,89,63); }
div.DivClassName
{
background-color: #A2593F;
}
.BgClassName
{
background-color: #A2593F;
}
</style>
border-color css
<style>
span { border-color: #A2593F; }
span { border-color: rgb(162,89,63); }
td.TdClassName
{
border-color: #A2593F;
}
.TagClassName
{
border-color: #A2593F;
}
</style>