Shades of Sienna #A1512F
Tints of Sienna #A1512F
RGB
CMYK
RGB Variations
Color information
#A1512F (or 0xA1512F) is known color: Sienna. HEX triplet: A1, 51 and 2F. RGB value is (161,81,47). Sum of RGB (Red+Green+Blue) = 161+81+47=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1512F is #5EAED0. Grayscale: #656565. Windows color (decimal): -6205137 or 3101089. OLE color: 3101089.
HSL color Cylindrical-coordinate representation of color #A1512F: hue angle of 17.89º 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 #A1512F is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 47 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.37 |
| HSL | 17.89º | 0.55% | 0.41% | - |
| HSV(B) | 17.89º | 0.71% | 0.63% | - |
| XYZ | 18.15 | 13.67 | 4.37 | - |
| YUV | 101.04 | 97.5 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 47 | 0 | 0.50 | 0.71 | 0.37 | 17.89 | 0.55 | 0.41 |
| Hex | A1 | 51 | 2F | 0 | 32 | 47 | 25 | 12 | 37 | 29 |
| Octal | 241 | 121 | 57 | 0 | 62 | 107 | 45 | 22 | 67 | 51 |
| Binary | 10100001 | 1010001 | 101111 | 0 | 110010 | 1000111 | 100101 | 10010 | 110111 | 101001 |
Color Harmonies of #A1512F
Complementary color
Monochromatic Colors of #A1512F
Black with #A1512F
Text Example
Text Example
White with #A1512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1512F; }
p { color: rgb(161,81,47); }
H1.HeaderClassName
{
color: #A1512F;
}
.AnyTagClassName
{
color: #A1512F;
}
</style>
background-color css
<style>
a { background-color: #A1512F; }
a { background-color: rgb(161,81,47); }
div.DivClassName
{
background-color: #A1512F;
}
.BgClassName
{
background-color: #A1512F;
}
</style>
border-color css
<style>
span { border-color: #A1512F; }
span { border-color: rgb(161,81,47); }
td.TdClassName
{
border-color: #A1512F;
}
.TagClassName
{
border-color: #A1512F;
}
</style>