Shades of Sepia #A1573E
Tints of Sepia #A1573E
RGB
CMYK
RGB Variations
Color information
#A1573E (or 0xA1573E) is known color: Sepia. HEX triplet: A1, 57 and 3E. RGB value is (161,87,62). Sum of RGB (Red+Green+Blue) = 161+87+62=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1573E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1573E is #5EA8C1. Grayscale: #6A6A6A. Windows color (decimal): -6203586 or 4085665. OLE color: 4085665.
HSL color Cylindrical-coordinate representation of color #A1573E: hue angle of 15.15º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1573E is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 87 | 62 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.37 |
| HSL | 15.15º | 0.44% | 0.44% | - |
| HSV(B) | 15.15º | 0.61% | 0.63% | - |
| XYZ | 18.98 | 14.74 | 6.4 | - |
| YUV | 106.28 | 103.02 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 62 | 0 | 0.46 | 0.61 | 0.37 | 15.15 | 0.44 | 0.44 |
| Hex | A1 | 57 | 3E | 0 | 2E | 3D | 25 | F | 2C | 2C |
| Octal | 241 | 127 | 76 | 0 | 56 | 75 | 45 | 17 | 54 | 54 |
| Binary | 10100001 | 1010111 | 111110 | 0 | 101110 | 111101 | 100101 | 1111 | 101100 | 101100 |
Color Harmonies of #A1573E
Complementary color
Monochromatic Colors of #A1573E
Black with #A1573E
Text Example
Text Example
White with #A1573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1573E; }
p { color: rgb(161,87,62); }
H1.HeaderClassName
{
color: #A1573E;
}
.AnyTagClassName
{
color: #A1573E;
}
</style>
background-color css
<style>
a { background-color: #A1573E; }
a { background-color: rgb(161,87,62); }
div.DivClassName
{
background-color: #A1573E;
}
.BgClassName
{
background-color: #A1573E;
}
</style>
border-color css
<style>
span { border-color: #A1573E; }
span { border-color: rgb(161,87,62); }
td.TdClassName
{
border-color: #A1573E;
}
.TagClassName
{
border-color: #A1573E;
}
</style>