Shades of Sepia #A45E47
Tints of Sepia #A45E47
RGB
CMYK
RGB Variations
Color information
#A45E47 (or 0xA45E47) is known color: Sepia. HEX triplet: A4, 5E and 47. RGB value is (164,94,71). Sum of RGB (Red+Green+Blue) = 164+94+71=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45E47 is #5BA1B8. Grayscale: #707070. Windows color (decimal): -6005177 or 4677284. OLE color: 4677284.
HSL color Cylindrical-coordinate representation of color #A45E47: hue angle of 14.84º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A45E47 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 94 | 71 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.36 |
| HSL | 14.84º | 0.4% | 0.46% | - |
| HSV(B) | 14.84º | 0.57% | 0.64% | - |
| XYZ | 20.45 | 16.35 | 8.04 | - |
| YUV | 112.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 71 | 0 | 0.43 | 0.57 | 0.36 | 14.84 | 0.4 | 0.46 |
| Hex | A4 | 5E | 47 | 0 | 2B | 39 | 24 | F | 28 | 2E |
| Octal | 244 | 136 | 107 | 0 | 53 | 71 | 44 | 17 | 50 | 56 |
| Binary | 10100100 | 1011110 | 1000111 | 0 | 101011 | 111001 | 100100 | 1111 | 101000 | 101110 |
Color Harmonies of #A45E47
Complementary color
Monochromatic Colors of #A45E47
Black with #A45E47
Text Example
Text Example
White with #A45E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45E47; }
p { color: rgb(164,94,71); }
H1.HeaderClassName
{
color: #A45E47;
}
.AnyTagClassName
{
color: #A45E47;
}
</style>
background-color css
<style>
a { background-color: #A45E47; }
a { background-color: rgb(164,94,71); }
div.DivClassName
{
background-color: #A45E47;
}
.BgClassName
{
background-color: #A45E47;
}
</style>
border-color css
<style>
span { border-color: #A45E47; }
span { border-color: rgb(164,94,71); }
td.TdClassName
{
border-color: #A45E47;
}
.TagClassName
{
border-color: #A45E47;
}
</style>