Shades of Sienna #A1512A
Tints of Sienna #A1512A
RGB
CMYK
RGB Variations
Color information
#A1512A (or 0xA1512A) is known color: Sienna. HEX triplet: A1, 51 and 2A. RGB value is (161,81,42). Sum of RGB (Red+Green+Blue) = 161+81+42=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A1512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1512A is #5EAED5. Grayscale: #646464. Windows color (decimal): -6205142 or 2773409. OLE color: 2773409.
HSL color Cylindrical-coordinate representation of color #A1512A: hue angle of 19.66º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1512A is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 42 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.37 |
| HSL | 19.66º | 0.59% | 0.4% | - |
| HSV(B) | 19.66º | 0.74% | 0.63% | - |
| XYZ | 18.06 | 13.63 | 3.87 | - |
| YUV | 100.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 42 | 0 | 0.50 | 0.74 | 0.37 | 19.66 | 0.59 | 0.4 |
| Hex | A1 | 51 | 2A | 0 | 32 | 4A | 25 | 14 | 3B | 28 |
| Octal | 241 | 121 | 52 | 0 | 62 | 112 | 45 | 24 | 73 | 50 |
| Binary | 10100001 | 1010001 | 101010 | 0 | 110010 | 1001010 | 100101 | 10100 | 111011 | 101000 |
Color Harmonies of #A1512A
Complementary color
Monochromatic Colors of #A1512A
Black with #A1512A
Text Example
Text Example
White with #A1512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1512A; }
p { color: rgb(161,81,42); }
H1.HeaderClassName
{
color: #A1512A;
}
.AnyTagClassName
{
color: #A1512A;
}
</style>
background-color css
<style>
a { background-color: #A1512A; }
a { background-color: rgb(161,81,42); }
div.DivClassName
{
background-color: #A1512A;
}
.BgClassName
{
background-color: #A1512A;
}
</style>
border-color css
<style>
span { border-color: #A1512A; }
span { border-color: rgb(161,81,42); }
td.TdClassName
{
border-color: #A1512A;
}
.TagClassName
{
border-color: #A1512A;
}
</style>