Shades of Sienna #A14E2B
Tints of Sienna #A14E2B
RGB
CMYK
RGB Variations
Color information
#A14E2B (or 0xA14E2B) is known color: Sienna. HEX triplet: A1, 4E and 2B. RGB value is (161,78,43). Sum of RGB (Red+Green+Blue) = 161+78+43=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E2B is #5EB1D4. Grayscale: #636363. Windows color (decimal): -6205909 or 2838177. OLE color: 2838177.
HSL color Cylindrical-coordinate representation of color #A14E2B: hue angle of 17.8º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A14E2B is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 78 | 43 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.37 |
| HSL | 17.8º | 0.58% | 0.4% | - |
| HSV(B) | 17.8º | 0.73% | 0.63% | - |
| XYZ | 17.86 | 13.2 | 3.89 | - |
| YUV | 98.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 43 | 0 | 0.52 | 0.73 | 0.37 | 17.8 | 0.58 | 0.4 |
| Hex | A1 | 4E | 2B | 0 | 34 | 49 | 25 | 12 | 3A | 28 |
| Octal | 241 | 116 | 53 | 0 | 64 | 111 | 45 | 22 | 72 | 50 |
| Binary | 10100001 | 1001110 | 101011 | 0 | 110100 | 1001001 | 100101 | 10010 | 111010 | 101000 |
Color Harmonies of #A14E2B
Complementary color
Monochromatic Colors of #A14E2B
Black with #A14E2B
Text Example
Text Example
White with #A14E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14E2B; }
p { color: rgb(161,78,43); }
H1.HeaderClassName
{
color: #A14E2B;
}
.AnyTagClassName
{
color: #A14E2B;
}
</style>
background-color css
<style>
a { background-color: #A14E2B; }
a { background-color: rgb(161,78,43); }
div.DivClassName
{
background-color: #A14E2B;
}
.BgClassName
{
background-color: #A14E2B;
}
</style>
border-color css
<style>
span { border-color: #A14E2B; }
span { border-color: rgb(161,78,43); }
td.TdClassName
{
border-color: #A14E2B;
}
.TagClassName
{
border-color: #A14E2B;
}
</style>