Shades of Sienna #A1572D
Tints of Sienna #A1572D
RGB
CMYK
RGB Variations
Color information
#A1572D (or 0xA1572D) is known color: Sienna. HEX triplet: A1, 57 and 2D. RGB value is (161,87,45). Sum of RGB (Red+Green+Blue) = 161+87+45=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A1572D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1572D is #5EA8D2. Grayscale: #686868. Windows color (decimal): -6203603 or 2971553. OLE color: 2971553.
HSL color Cylindrical-coordinate representation of color #A1572D: hue angle of 21.72º 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 #A1572D is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 87 | 45 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.37 |
| HSL | 21.72º | 0.56% | 0.4% | - |
| HSV(B) | 21.72º | 0.72% | 0.63% | - |
| XYZ | 18.58 | 14.58 | 4.32 | - |
| YUV | 104.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 45 | 0 | 0.46 | 0.72 | 0.37 | 21.72 | 0.56 | 0.4 |
| Hex | A1 | 57 | 2D | 0 | 2E | 48 | 25 | 16 | 38 | 28 |
| Octal | 241 | 127 | 55 | 0 | 56 | 110 | 45 | 26 | 70 | 50 |
| Binary | 10100001 | 1010111 | 101101 | 0 | 101110 | 1001000 | 100101 | 10110 | 111000 | 101000 |
Color Harmonies of #A1572D
Complementary color
Monochromatic Colors of #A1572D
Black with #A1572D
Text Example
Text Example
White with #A1572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1572D; }
p { color: rgb(161,87,45); }
H1.HeaderClassName
{
color: #A1572D;
}
.AnyTagClassName
{
color: #A1572D;
}
</style>
background-color css
<style>
a { background-color: #A1572D; }
a { background-color: rgb(161,87,45); }
div.DivClassName
{
background-color: #A1572D;
}
.BgClassName
{
background-color: #A1572D;
}
</style>
border-color css
<style>
span { border-color: #A1572D; }
span { border-color: rgb(161,87,45); }
td.TdClassName
{
border-color: #A1572D;
}
.TagClassName
{
border-color: #A1572D;
}
</style>