Shades of Sienna #A1532B
Tints of Sienna #A1532B
RGB
CMYK
RGB Variations
Color information
#A1532B (or 0xA1532B) is known color: Sienna. HEX triplet: A1, 53 and 2B. RGB value is (161,83,43). Sum of RGB (Red+Green+Blue) = 161+83+43=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1532B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1532B is #5EACD4. Grayscale: #666666. Windows color (decimal): -6204629 or 2839457. OLE color: 2839457.
HSL color Cylindrical-coordinate representation of color #A1532B: hue angle of 20.34º 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 #A1532B is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 83 | 43 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.37 |
| HSL | 20.34º | 0.58% | 0.4% | - |
| HSV(B) | 20.34º | 0.73% | 0.63% | - |
| XYZ | 18.23 | 13.94 | 4.02 | - |
| YUV | 101.76 | 94.84 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 43 | 0 | 0.48 | 0.73 | 0.37 | 20.34 | 0.58 | 0.4 |
| Hex | A1 | 53 | 2B | 0 | 30 | 49 | 25 | 14 | 3A | 28 |
| Octal | 241 | 123 | 53 | 0 | 60 | 111 | 45 | 24 | 72 | 50 |
| Binary | 10100001 | 1010011 | 101011 | 0 | 110000 | 1001001 | 100101 | 10100 | 111010 | 101000 |
Color Harmonies of #A1532B
Complementary color
Monochromatic Colors of #A1532B
Black with #A1532B
Text Example
Text Example
White with #A1532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1532B; }
p { color: rgb(161,83,43); }
H1.HeaderClassName
{
color: #A1532B;
}
.AnyTagClassName
{
color: #A1532B;
}
</style>
background-color css
<style>
a { background-color: #A1532B; }
a { background-color: rgb(161,83,43); }
div.DivClassName
{
background-color: #A1532B;
}
.BgClassName
{
background-color: #A1532B;
}
</style>
border-color css
<style>
span { border-color: #A1532B; }
span { border-color: rgb(161,83,43); }
td.TdClassName
{
border-color: #A1532B;
}
.TagClassName
{
border-color: #A1532B;
}
</style>