Shades of Sienna #A1582C
Tints of Sienna #A1582C
RGB
CMYK
RGB Variations
Color information
#A1582C (or 0xA1582C) is known color: Sienna. HEX triplet: A1, 58 and 2C. RGB value is (161,88,44). Sum of RGB (Red+Green+Blue) = 161+88+44=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A1582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1582C is #5EA7D3. Grayscale: #696969. Windows color (decimal): -6203348 or 2906273. OLE color: 2906273.
HSL color Cylindrical-coordinate representation of color #A1582C: hue angle of 22.56º degrees, saturation: 0.57, 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 #A1582C is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 44 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.37 |
| HSL | 22.56º | 0.57% | 0.4% | - |
| HSV(B) | 22.56º | 0.73% | 0.63% | - |
| XYZ | 18.64 | 14.74 | 4.25 | - |
| YUV | 104.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 44 | 0 | 0.45 | 0.73 | 0.37 | 22.56 | 0.57 | 0.4 |
| Hex | A1 | 58 | 2C | 0 | 2D | 49 | 25 | 17 | 39 | 28 |
| Octal | 241 | 130 | 54 | 0 | 55 | 111 | 45 | 27 | 71 | 50 |
| Binary | 10100001 | 1011000 | 101100 | 0 | 101101 | 1001001 | 100101 | 10111 | 111001 | 101000 |
Color Harmonies of #A1582C
Complementary color
Monochromatic Colors of #A1582C
Black with #A1582C
Text Example
Text Example
White with #A1582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1582C; }
p { color: rgb(161,88,44); }
H1.HeaderClassName
{
color: #A1582C;
}
.AnyTagClassName
{
color: #A1582C;
}
</style>
background-color css
<style>
a { background-color: #A1582C; }
a { background-color: rgb(161,88,44); }
div.DivClassName
{
background-color: #A1582C;
}
.BgClassName
{
background-color: #A1582C;
}
</style>
border-color css
<style>
span { border-color: #A1582C; }
span { border-color: rgb(161,88,44); }
td.TdClassName
{
border-color: #A1582C;
}
.TagClassName
{
border-color: #A1582C;
}
</style>