Shades of Sepia #A8593E
Tints of Sepia #A8593E
RGB
CMYK
RGB Variations
Color information
#A8593E (or 0xA8593E) is known color: Sepia. HEX triplet: A8, 59 and 3E. RGB value is (168,89,62). Sum of RGB (Red+Green+Blue) = 168+89+62=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A8593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8593E is #57A6C1. Grayscale: #6D6D6D. Windows color (decimal): -5744322 or 4086184. OLE color: 4086184.
HSL color Cylindrical-coordinate representation of color #A8593E: hue angle of 15.28º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8593E is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 62 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.34 |
| HSL | 15.28º | 0.46% | 0.45% | - |
| HSV(B) | 15.28º | 0.63% | 0.66% | - |
| XYZ | 20.59 | 15.82 | 6.53 | - |
| YUV | 109.54 | 101.17 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 62 | 0 | 0.47 | 0.63 | 0.34 | 15.28 | 0.46 | 0.45 |
| Hex | A8 | 59 | 3E | 0 | 2F | 3F | 22 | F | 2E | 2D |
| Octal | 250 | 131 | 76 | 0 | 57 | 77 | 42 | 17 | 56 | 55 |
| Binary | 10101000 | 1011001 | 111110 | 0 | 101111 | 111111 | 100010 | 1111 | 101110 | 101101 |
Color Harmonies of #A8593E
Complementary color
Monochromatic Colors of #A8593E
Black with #A8593E
Text Example
Text Example
White with #A8593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8593E; }
p { color: rgb(168,89,62); }
H1.HeaderClassName
{
color: #A8593E;
}
.AnyTagClassName
{
color: #A8593E;
}
</style>
background-color css
<style>
a { background-color: #A8593E; }
a { background-color: rgb(168,89,62); }
div.DivClassName
{
background-color: #A8593E;
}
.BgClassName
{
background-color: #A8593E;
}
</style>
border-color css
<style>
span { border-color: #A8593E; }
span { border-color: rgb(168,89,62); }
td.TdClassName
{
border-color: #A8593E;
}
.TagClassName
{
border-color: #A8593E;
}
</style>