Shades of Sepia #A25E47
Tints of Sepia #A25E47
RGB
CMYK
RGB Variations
Color information
#A25E47 (or 0xA25E47) is known color: Sepia. HEX triplet: A2, 5E and 47. RGB value is (162,94,71). Sum of RGB (Red+Green+Blue) = 162+94+71=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E47 is #5DA1B8. Grayscale: #6F6F6F. Windows color (decimal): -6136249 or 4677282. OLE color: 4677282.
HSL color Cylindrical-coordinate representation of color #A25E47: hue angle of 15.16º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25E47 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 71 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.36 |
| HSL | 15.16º | 0.39% | 0.46% | - |
| HSV(B) | 15.16º | 0.56% | 0.64% | - |
| XYZ | 20.04 | 16.14 | 8.02 | - |
| YUV | 111.71 | 105.03 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 71 | 0 | 0.42 | 0.56 | 0.36 | 15.16 | 0.39 | 0.46 |
| Hex | A2 | 5E | 47 | 0 | 2A | 38 | 24 | F | 27 | 2E |
| Octal | 242 | 136 | 107 | 0 | 52 | 70 | 44 | 17 | 47 | 56 |
| Binary | 10100010 | 1011110 | 1000111 | 0 | 101010 | 111000 | 100100 | 1111 | 100111 | 101110 |
Color Harmonies of #A25E47
Complementary color
Monochromatic Colors of #A25E47
Black with #A25E47
Text Example
Text Example
White with #A25E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E47; }
p { color: rgb(162,94,71); }
H1.HeaderClassName
{
color: #A25E47;
}
.AnyTagClassName
{
color: #A25E47;
}
</style>
background-color css
<style>
a { background-color: #A25E47; }
a { background-color: rgb(162,94,71); }
div.DivClassName
{
background-color: #A25E47;
}
.BgClassName
{
background-color: #A25E47;
}
</style>
border-color css
<style>
span { border-color: #A25E47; }
span { border-color: rgb(162,94,71); }
td.TdClassName
{
border-color: #A25E47;
}
.TagClassName
{
border-color: #A25E47;
}
</style>