Shades of Sepia #A26143
Tints of Sepia #A26143
RGB
CMYK
RGB Variations
Color information
#A26143 (or 0xA26143) is known color: Sepia. HEX triplet: A2, 61 and 43. RGB value is (162,97,67). Sum of RGB (Red+Green+Blue) = 162+97+67=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A26143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26143 is #5D9EBC. Grayscale: #717171. Windows color (decimal): -6135485 or 4415906. OLE color: 4415906.
HSL color Cylindrical-coordinate representation of color #A26143: hue angle of 18.95º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A26143 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 67 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.36 |
| HSL | 18.95º | 0.41% | 0.45% | - |
| HSV(B) | 18.95º | 0.59% | 0.64% | - |
| XYZ | 20.19 | 16.64 | 7.46 | - |
| YUV | 113.02 | 102.03 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 67 | 0 | 0.40 | 0.59 | 0.36 | 18.95 | 0.41 | 0.45 |
| Hex | A2 | 61 | 43 | 0 | 28 | 3B | 24 | 13 | 29 | 2D |
| Octal | 242 | 141 | 103 | 0 | 50 | 73 | 44 | 23 | 51 | 55 |
| Binary | 10100010 | 1100001 | 1000011 | 0 | 101000 | 111011 | 100100 | 10011 | 101001 | 101101 |
Color Harmonies of #A26143
Complementary color
Monochromatic Colors of #A26143
Black with #A26143
Text Example
Text Example
White with #A26143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26143; }
p { color: rgb(162,97,67); }
H1.HeaderClassName
{
color: #A26143;
}
.AnyTagClassName
{
color: #A26143;
}
</style>
background-color css
<style>
a { background-color: #A26143; }
a { background-color: rgb(162,97,67); }
div.DivClassName
{
background-color: #A26143;
}
.BgClassName
{
background-color: #A26143;
}
</style>
border-color css
<style>
span { border-color: #A26143; }
span { border-color: rgb(162,97,67); }
td.TdClassName
{
border-color: #A26143;
}
.TagClassName
{
border-color: #A26143;
}
</style>