Shades of Sienna #A14C2E
Tints of Sienna #A14C2E
RGB
CMYK
RGB Variations
Color information
#A14C2E (or 0xA14C2E) is known color: Sienna. HEX triplet: A1, 4C and 2E. RGB value is (161,76,46). Sum of RGB (Red+Green+Blue) = 161+76+46=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C2E is #5EB3D1. Grayscale: #626262. Windows color (decimal): -6206418 or 3034273. OLE color: 3034273.
HSL color Cylindrical-coordinate representation of color #A14C2E: hue angle of 15.65º degrees, saturation: 0.56, 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 #A14C2E is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 46 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.37 |
| HSL | 15.65º | 0.56% | 0.41% | - |
| HSV(B) | 15.65º | 0.71% | 0.63% | - |
| XYZ | 17.78 | 12.94 | 4.15 | - |
| YUV | 98 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 46 | 0 | 0.53 | 0.71 | 0.37 | 15.65 | 0.56 | 0.41 |
| Hex | A1 | 4C | 2E | 0 | 35 | 47 | 25 | 10 | 38 | 29 |
| Octal | 241 | 114 | 56 | 0 | 65 | 107 | 45 | 20 | 70 | 51 |
| Binary | 10100001 | 1001100 | 101110 | 0 | 110101 | 1000111 | 100101 | 10000 | 111000 | 101001 |
Color Harmonies of #A14C2E
Complementary color
Monochromatic Colors of #A14C2E
Black with #A14C2E
Text Example
Text Example
White with #A14C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C2E; }
p { color: rgb(161,76,46); }
H1.HeaderClassName
{
color: #A14C2E;
}
.AnyTagClassName
{
color: #A14C2E;
}
</style>
background-color css
<style>
a { background-color: #A14C2E; }
a { background-color: rgb(161,76,46); }
div.DivClassName
{
background-color: #A14C2E;
}
.BgClassName
{
background-color: #A14C2E;
}
</style>
border-color css
<style>
span { border-color: #A14C2E; }
span { border-color: rgb(161,76,46); }
td.TdClassName
{
border-color: #A14C2E;
}
.TagClassName
{
border-color: #A14C2E;
}
</style>