Shades of Sepia #A1573B
Tints of Sepia #A1573B
RGB
CMYK
RGB Variations
Color information
#A1573B (or 0xA1573B) is known color: Sepia. HEX triplet: A1, 57 and 3B. RGB value is (161,87,59). Sum of RGB (Red+Green+Blue) = 161+87+59=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1573B is #5EA8C4. Grayscale: #6A6A6A. Windows color (decimal): -6203589 or 3889057. OLE color: 3889057.
HSL color Cylindrical-coordinate representation of color #A1573B: hue angle of 16.47º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1573B is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 87 | 59 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.37 |
| HSL | 16.47º | 0.46% | 0.43% | - |
| HSV(B) | 16.47º | 0.63% | 0.63% | - |
| XYZ | 18.9 | 14.71 | 5.98 | - |
| YUV | 105.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 59 | 0 | 0.46 | 0.63 | 0.37 | 16.47 | 0.46 | 0.43 |
| Hex | A1 | 57 | 3B | 0 | 2E | 3F | 25 | 10 | 2E | 2B |
| Octal | 241 | 127 | 73 | 0 | 56 | 77 | 45 | 20 | 56 | 53 |
| Binary | 10100001 | 1010111 | 111011 | 0 | 101110 | 111111 | 100101 | 10000 | 101110 | 101011 |
Color Harmonies of #A1573B
Complementary color
Monochromatic Colors of #A1573B
Black with #A1573B
Text Example
Text Example
White with #A1573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1573B; }
p { color: rgb(161,87,59); }
H1.HeaderClassName
{
color: #A1573B;
}
.AnyTagClassName
{
color: #A1573B;
}
</style>
background-color css
<style>
a { background-color: #A1573B; }
a { background-color: rgb(161,87,59); }
div.DivClassName
{
background-color: #A1573B;
}
.BgClassName
{
background-color: #A1573B;
}
</style>
border-color css
<style>
span { border-color: #A1573B; }
span { border-color: rgb(161,87,59); }
td.TdClassName
{
border-color: #A1573B;
}
.TagClassName
{
border-color: #A1573B;
}
</style>