Shades of Sepia #A1573A
Tints of Sepia #A1573A
RGB
CMYK
RGB Variations
Color information
#A1573A (or 0xA1573A) is known color: Sepia. HEX triplet: A1, 57 and 3A. RGB value is (161,87,58). Sum of RGB (Red+Green+Blue) = 161+87+58=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1573A is #5EA8C5. Grayscale: #6A6A6A. Windows color (decimal): -6203590 or 3823521. OLE color: 3823521.
HSL color Cylindrical-coordinate representation of color #A1573A: hue angle of 16.89º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1573A is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 87 | 58 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.37 |
| HSL | 16.89º | 0.47% | 0.43% | - |
| HSV(B) | 16.89º | 0.64% | 0.63% | - |
| XYZ | 18.87 | 14.7 | 5.85 | - |
| YUV | 105.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 58 | 0 | 0.46 | 0.64 | 0.37 | 16.89 | 0.47 | 0.43 |
| Hex | A1 | 57 | 3A | 0 | 2E | 40 | 25 | 11 | 2F | 2B |
| Octal | 241 | 127 | 72 | 0 | 56 | 100 | 45 | 21 | 57 | 53 |
| Binary | 10100001 | 1010111 | 111010 | 0 | 101110 | 1000000 | 100101 | 10001 | 101111 | 101011 |
Color Harmonies of #A1573A
Complementary color
Monochromatic Colors of #A1573A
Black with #A1573A
Text Example
Text Example
White with #A1573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1573A; }
p { color: rgb(161,87,58); }
H1.HeaderClassName
{
color: #A1573A;
}
.AnyTagClassName
{
color: #A1573A;
}
</style>
background-color css
<style>
a { background-color: #A1573A; }
a { background-color: rgb(161,87,58); }
div.DivClassName
{
background-color: #A1573A;
}
.BgClassName
{
background-color: #A1573A;
}
</style>
border-color css
<style>
span { border-color: #A1573A; }
span { border-color: rgb(161,87,58); }
td.TdClassName
{
border-color: #A1573A;
}
.TagClassName
{
border-color: #A1573A;
}
</style>