Shades of Sepia #A1614A
Tints of Sepia #A1614A
RGB
CMYK
RGB Variations
Color information
#A1614A (or 0xA1614A) is known color: Sepia. HEX triplet: A1, 61 and 4A. RGB value is (161,97,74). Sum of RGB (Red+Green+Blue) = 161+97+74=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A1614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1614A is #5E9EB5. Grayscale: #717171. Windows color (decimal): -6201014 or 4874657. OLE color: 4874657.
HSL color Cylindrical-coordinate representation of color #A1614A: hue angle of 15.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1614A is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 97 | 74 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.37 |
| HSL | 15.86º | 0.37% | 0.46% | - |
| HSV(B) | 15.86º | 0.54% | 0.63% | - |
| XYZ | 20.21 | 16.62 | 8.62 | - |
| YUV | 113.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 97 | 74 | 0 | 0.40 | 0.54 | 0.37 | 15.86 | 0.37 | 0.46 |
| Hex | A1 | 61 | 4A | 0 | 28 | 36 | 25 | 10 | 25 | 2E |
| Octal | 241 | 141 | 112 | 0 | 50 | 66 | 45 | 20 | 45 | 56 |
| Binary | 10100001 | 1100001 | 1001010 | 0 | 101000 | 110110 | 100101 | 10000 | 100101 | 101110 |
Color Harmonies of #A1614A
Complementary color
Monochromatic Colors of #A1614A
Black with #A1614A
Text Example
Text Example
White with #A1614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1614A; }
p { color: rgb(161,97,74); }
H1.HeaderClassName
{
color: #A1614A;
}
.AnyTagClassName
{
color: #A1614A;
}
</style>
background-color css
<style>
a { background-color: #A1614A; }
a { background-color: rgb(161,97,74); }
div.DivClassName
{
background-color: #A1614A;
}
.BgClassName
{
background-color: #A1614A;
}
</style>
border-color css
<style>
span { border-color: #A1614A; }
span { border-color: rgb(161,97,74); }
td.TdClassName
{
border-color: #A1614A;
}
.TagClassName
{
border-color: #A1614A;
}
</style>