Shades of Sienna #A14E2F
Tints of Sienna #A14E2F
RGB
CMYK
RGB Variations
Color information
#A14E2F (or 0xA14E2F) is known color: Sienna. HEX triplet: A1, 4E and 2F. RGB value is (161,78,47). Sum of RGB (Red+Green+Blue) = 161+78+47=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E2F is #5EB1D0. Grayscale: #636363. Windows color (decimal): -6205905 or 3100321. OLE color: 3100321.
HSL color Cylindrical-coordinate representation of color #A14E2F: hue angle of 16.32º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A14E2F is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 78 | 47 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.37 |
| HSL | 16.32º | 0.55% | 0.41% | - |
| HSV(B) | 16.32º | 0.71% | 0.63% | - |
| XYZ | 17.94 | 13.23 | 4.3 | - |
| YUV | 99.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 47 | 0 | 0.52 | 0.71 | 0.37 | 16.32 | 0.55 | 0.41 |
| Hex | A1 | 4E | 2F | 0 | 34 | 47 | 25 | 10 | 37 | 29 |
| Octal | 241 | 116 | 57 | 0 | 64 | 107 | 45 | 20 | 67 | 51 |
| Binary | 10100001 | 1001110 | 101111 | 0 | 110100 | 1000111 | 100101 | 10000 | 110111 | 101001 |
Color Harmonies of #A14E2F
Complementary color
Monochromatic Colors of #A14E2F
Black with #A14E2F
Text Example
Text Example
White with #A14E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14E2F; }
p { color: rgb(161,78,47); }
H1.HeaderClassName
{
color: #A14E2F;
}
.AnyTagClassName
{
color: #A14E2F;
}
</style>
background-color css
<style>
a { background-color: #A14E2F; }
a { background-color: rgb(161,78,47); }
div.DivClassName
{
background-color: #A14E2F;
}
.BgClassName
{
background-color: #A14E2F;
}
</style>
border-color css
<style>
span { border-color: #A14E2F; }
span { border-color: rgb(161,78,47); }
td.TdClassName
{
border-color: #A14E2F;
}
.TagClassName
{
border-color: #A14E2F;
}
</style>