Shades of Sepia #A1573D
Tints of Sepia #A1573D
RGB
CMYK
RGB Variations
Color information
#A1573D (or 0xA1573D) is known color: Sepia. HEX triplet: A1, 57 and 3D. RGB value is (161,87,61). Sum of RGB (Red+Green+Blue) = 161+87+61=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1573D is #5EA8C2. Grayscale: #6A6A6A. Windows color (decimal): -6203587 or 4020129. OLE color: 4020129.
HSL color Cylindrical-coordinate representation of color #A1573D: hue angle of 15.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1573D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 87 | 61 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.37 |
| HSL | 15.6º | 0.45% | 0.44% | - |
| HSV(B) | 15.6º | 0.62% | 0.63% | - |
| XYZ | 18.95 | 14.73 | 6.26 | - |
| YUV | 106.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 61 | 0 | 0.46 | 0.62 | 0.37 | 15.6 | 0.45 | 0.44 |
| Hex | A1 | 57 | 3D | 0 | 2E | 3E | 25 | 10 | 2D | 2C |
| Octal | 241 | 127 | 75 | 0 | 56 | 76 | 45 | 20 | 55 | 54 |
| Binary | 10100001 | 1010111 | 111101 | 0 | 101110 | 111110 | 100101 | 10000 | 101101 | 101100 |
Color Harmonies of #A1573D
Complementary color
Monochromatic Colors of #A1573D
Black with #A1573D
Text Example
Text Example
White with #A1573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1573D; }
p { color: rgb(161,87,61); }
H1.HeaderClassName
{
color: #A1573D;
}
.AnyTagClassName
{
color: #A1573D;
}
</style>
background-color css
<style>
a { background-color: #A1573D; }
a { background-color: rgb(161,87,61); }
div.DivClassName
{
background-color: #A1573D;
}
.BgClassName
{
background-color: #A1573D;
}
</style>
border-color css
<style>
span { border-color: #A1573D; }
span { border-color: rgb(161,87,61); }
td.TdClassName
{
border-color: #A1573D;
}
.TagClassName
{
border-color: #A1573D;
}
</style>