Shades of Sepia #A1583E
Tints of Sepia #A1583E
RGB
CMYK
RGB Variations
Color information
#A1583E (or 0xA1583E) is known color: Sepia. HEX triplet: A1, 58 and 3E. RGB value is (161,88,62). Sum of RGB (Red+Green+Blue) = 161+88+62=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1583E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1583E is #5EA7C1. Grayscale: #6B6B6B. Windows color (decimal): -6203330 or 4085921. OLE color: 4085921.
HSL color Cylindrical-coordinate representation of color #A1583E: hue angle of 15.76º 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 #A1583E is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 62 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.37 |
| HSL | 15.76º | 0.44% | 0.44% | - |
| HSV(B) | 15.76º | 0.61% | 0.63% | - |
| XYZ | 19.06 | 14.9 | 6.43 | - |
| YUV | 106.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 62 | 0 | 0.45 | 0.61 | 0.37 | 15.76 | 0.44 | 0.44 |
| Hex | A1 | 58 | 3E | 0 | 2D | 3D | 25 | 10 | 2C | 2C |
| Octal | 241 | 130 | 76 | 0 | 55 | 75 | 45 | 20 | 54 | 54 |
| Binary | 10100001 | 1011000 | 111110 | 0 | 101101 | 111101 | 100101 | 10000 | 101100 | 101100 |
Color Harmonies of #A1583E
Complementary color
Monochromatic Colors of #A1583E
Black with #A1583E
Text Example
Text Example
White with #A1583E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1583E; }
p { color: rgb(161,88,62); }
H1.HeaderClassName
{
color: #A1583E;
}
.AnyTagClassName
{
color: #A1583E;
}
</style>
background-color css
<style>
a { background-color: #A1583E; }
a { background-color: rgb(161,88,62); }
div.DivClassName
{
background-color: #A1583E;
}
.BgClassName
{
background-color: #A1583E;
}
</style>
border-color css
<style>
span { border-color: #A1583E; }
span { border-color: rgb(161,88,62); }
td.TdClassName
{
border-color: #A1583E;
}
.TagClassName
{
border-color: #A1583E;
}
</style>