Shades of Sepia #A45E43
Tints of Sepia #A45E43
RGB
CMYK
RGB Variations
Color information
#A45E43 (or 0xA45E43) is known color: Sepia. HEX triplet: A4, 5E and 43. RGB value is (164,94,67). Sum of RGB (Red+Green+Blue) = 164+94+67=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45E43 is #5BA1BC. Grayscale: #707070. Windows color (decimal): -6005181 or 4415140. OLE color: 4415140.
HSL color Cylindrical-coordinate representation of color #A45E43: hue angle of 16.7º degrees, saturation: 0.42, 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 #A45E43 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 94 | 67 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.36 |
| HSL | 16.7º | 0.42% | 0.45% | - |
| HSV(B) | 16.7º | 0.59% | 0.64% | - |
| XYZ | 20.33 | 16.3 | 7.39 | - |
| YUV | 111.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 67 | 0 | 0.43 | 0.59 | 0.36 | 16.7 | 0.42 | 0.45 |
| Hex | A4 | 5E | 43 | 0 | 2B | 3B | 24 | 11 | 2A | 2D |
| Octal | 244 | 136 | 103 | 0 | 53 | 73 | 44 | 21 | 52 | 55 |
| Binary | 10100100 | 1011110 | 1000011 | 0 | 101011 | 111011 | 100100 | 10001 | 101010 | 101101 |
Color Harmonies of #A45E43
Complementary color
Monochromatic Colors of #A45E43
Black with #A45E43
Text Example
Text Example
White with #A45E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45E43; }
p { color: rgb(164,94,67); }
H1.HeaderClassName
{
color: #A45E43;
}
.AnyTagClassName
{
color: #A45E43;
}
</style>
background-color css
<style>
a { background-color: #A45E43; }
a { background-color: rgb(164,94,67); }
div.DivClassName
{
background-color: #A45E43;
}
.BgClassName
{
background-color: #A45E43;
}
</style>
border-color css
<style>
span { border-color: #A45E43; }
span { border-color: rgb(164,94,67); }
td.TdClassName
{
border-color: #A45E43;
}
.TagClassName
{
border-color: #A45E43;
}
</style>