Shades of Sienna #A14F32
Tints of Sienna #A14F32
RGB
CMYK
RGB Variations
Color information
#A14F32 (or 0xA14F32) is known color: Sienna. HEX triplet: A1, 4F and 32. RGB value is (161,79,50). Sum of RGB (Red+Green+Blue) = 161+79+50=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F32 is #5EB0CD. Grayscale: #646464. Windows color (decimal): -6205646 or 3297185. OLE color: 3297185.
HSL color Cylindrical-coordinate representation of color #A14F32: hue angle of 15.68º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A14F32 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 50 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.37 |
| HSL | 15.68º | 0.53% | 0.41% | - |
| HSV(B) | 15.68º | 0.69% | 0.63% | - |
| XYZ | 18.07 | 13.4 | 4.65 | - |
| YUV | 100.21 | 99.67 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 50 | 0 | 0.51 | 0.69 | 0.37 | 15.68 | 0.53 | 0.41 |
| Hex | A1 | 4F | 32 | 0 | 33 | 45 | 25 | 10 | 35 | 29 |
| Octal | 241 | 117 | 62 | 0 | 63 | 105 | 45 | 20 | 65 | 51 |
| Binary | 10100001 | 1001111 | 110010 | 0 | 110011 | 1000101 | 100101 | 10000 | 110101 | 101001 |
Color Harmonies of #A14F32
Complementary color
Monochromatic Colors of #A14F32
Black with #A14F32
Text Example
Text Example
White with #A14F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F32; }
p { color: rgb(161,79,50); }
H1.HeaderClassName
{
color: #A14F32;
}
.AnyTagClassName
{
color: #A14F32;
}
</style>
background-color css
<style>
a { background-color: #A14F32; }
a { background-color: rgb(161,79,50); }
div.DivClassName
{
background-color: #A14F32;
}
.BgClassName
{
background-color: #A14F32;
}
</style>
border-color css
<style>
span { border-color: #A14F32; }
span { border-color: rgb(161,79,50); }
td.TdClassName
{
border-color: #A14F32;
}
.TagClassName
{
border-color: #A14F32;
}
</style>