Shades of Sienna #A1512D
Tints of Sienna #A1512D
RGB
CMYK
RGB Variations
Color information
#A1512D (or 0xA1512D) is known color: Sienna. HEX triplet: A1, 51 and 2D. RGB value is (161,81,45). Sum of RGB (Red+Green+Blue) = 161+81+45=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1512D is #5EAED2. Grayscale: #656565. Windows color (decimal): -6205139 or 2970017. OLE color: 2970017.
HSL color Cylindrical-coordinate representation of color #A1512D: hue angle of 18.62º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1512D is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 45 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.37 |
| HSL | 18.62º | 0.56% | 0.4% | - |
| HSV(B) | 18.62º | 0.72% | 0.63% | - |
| XYZ | 18.11 | 13.65 | 4.16 | - |
| YUV | 100.82 | 96.5 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 45 | 0 | 0.50 | 0.72 | 0.37 | 18.62 | 0.56 | 0.4 |
| Hex | A1 | 51 | 2D | 0 | 32 | 48 | 25 | 13 | 38 | 28 |
| Octal | 241 | 121 | 55 | 0 | 62 | 110 | 45 | 23 | 70 | 50 |
| Binary | 10100001 | 1010001 | 101101 | 0 | 110010 | 1001000 | 100101 | 10011 | 111000 | 101000 |
Color Harmonies of #A1512D
Complementary color
Monochromatic Colors of #A1512D
Black with #A1512D
Text Example
Text Example
White with #A1512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1512D; }
p { color: rgb(161,81,45); }
H1.HeaderClassName
{
color: #A1512D;
}
.AnyTagClassName
{
color: #A1512D;
}
</style>
background-color css
<style>
a { background-color: #A1512D; }
a { background-color: rgb(161,81,45); }
div.DivClassName
{
background-color: #A1512D;
}
.BgClassName
{
background-color: #A1512D;
}
</style>
border-color css
<style>
span { border-color: #A1512D; }
span { border-color: rgb(161,81,45); }
td.TdClassName
{
border-color: #A1512D;
}
.TagClassName
{
border-color: #A1512D;
}
</style>