Shades of Sienna #A1562D
Tints of Sienna #A1562D
RGB
CMYK
RGB Variations
Color information
#A1562D (or 0xA1562D) is known color: Sienna. HEX triplet: A1, 56 and 2D. RGB value is (161,86,45). Sum of RGB (Red+Green+Blue) = 161+86+45=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A1562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1562D is #5EA9D2. Grayscale: #676767. Windows color (decimal): -6203859 or 2971297. OLE color: 2971297.
HSL color Cylindrical-coordinate representation of color #A1562D: hue angle of 21.21º 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 #A1562D is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 45 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.37 |
| HSL | 21.21º | 0.56% | 0.4% | - |
| HSV(B) | 21.21º | 0.72% | 0.63% | - |
| XYZ | 18.5 | 14.42 | 4.29 | - |
| YUV | 103.75 | 94.85 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 45 | 0 | 0.47 | 0.72 | 0.37 | 21.21 | 0.56 | 0.4 |
| Hex | A1 | 56 | 2D | 0 | 2F | 48 | 25 | 15 | 38 | 28 |
| Octal | 241 | 126 | 55 | 0 | 57 | 110 | 45 | 25 | 70 | 50 |
| Binary | 10100001 | 1010110 | 101101 | 0 | 101111 | 1001000 | 100101 | 10101 | 111000 | 101000 |
Color Harmonies of #A1562D
Complementary color
Monochromatic Colors of #A1562D
Black with #A1562D
Text Example
Text Example
White with #A1562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1562D; }
p { color: rgb(161,86,45); }
H1.HeaderClassName
{
color: #A1562D;
}
.AnyTagClassName
{
color: #A1562D;
}
</style>
background-color css
<style>
a { background-color: #A1562D; }
a { background-color: rgb(161,86,45); }
div.DivClassName
{
background-color: #A1562D;
}
.BgClassName
{
background-color: #A1562D;
}
</style>
border-color css
<style>
span { border-color: #A1562D; }
span { border-color: rgb(161,86,45); }
td.TdClassName
{
border-color: #A1562D;
}
.TagClassName
{
border-color: #A1562D;
}
</style>