Shades of Sienna #A1512B
Tints of Sienna #A1512B
RGB
CMYK
RGB Variations
Color information
#A1512B (or 0xA1512B) is known color: Sienna. HEX triplet: A1, 51 and 2B. RGB value is (161,81,43). Sum of RGB (Red+Green+Blue) = 161+81+43=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A1512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1512B is #5EAED4. Grayscale: #646464. Windows color (decimal): -6205141 or 2838945. OLE color: 2838945.
HSL color Cylindrical-coordinate representation of color #A1512B: hue angle of 19.32º 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 #A1512B is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 43 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.37 |
| HSL | 19.32º | 0.58% | 0.4% | - |
| HSV(B) | 19.32º | 0.73% | 0.63% | - |
| XYZ | 18.08 | 13.64 | 3.96 | - |
| YUV | 100.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 43 | 0 | 0.50 | 0.73 | 0.37 | 19.32 | 0.58 | 0.4 |
| Hex | A1 | 51 | 2B | 0 | 32 | 49 | 25 | 13 | 3A | 28 |
| Octal | 241 | 121 | 53 | 0 | 62 | 111 | 45 | 23 | 72 | 50 |
| Binary | 10100001 | 1010001 | 101011 | 0 | 110010 | 1001001 | 100101 | 10011 | 111010 | 101000 |
Color Harmonies of #A1512B
Complementary color
Monochromatic Colors of #A1512B
Black with #A1512B
Text Example
Text Example
White with #A1512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1512B; }
p { color: rgb(161,81,43); }
H1.HeaderClassName
{
color: #A1512B;
}
.AnyTagClassName
{
color: #A1512B;
}
</style>
background-color css
<style>
a { background-color: #A1512B; }
a { background-color: rgb(161,81,43); }
div.DivClassName
{
background-color: #A1512B;
}
.BgClassName
{
background-color: #A1512B;
}
</style>
border-color css
<style>
span { border-color: #A1512B; }
span { border-color: rgb(161,81,43); }
td.TdClassName
{
border-color: #A1512B;
}
.TagClassName
{
border-color: #A1512B;
}
</style>