Shades of Sienna #A1522F
Tints of Sienna #A1522F
RGB
CMYK
RGB Variations
Color information
#A1522F (or 0xA1522F) is known color: Sienna. HEX triplet: A1, 52 and 2F. RGB value is (161,82,47). Sum of RGB (Red+Green+Blue) = 161+82+47=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1522F is #5EADD0. Grayscale: #656565. Windows color (decimal): -6204881 or 3101345. OLE color: 3101345.
HSL color Cylindrical-coordinate representation of color #A1522F: hue angle of 18.42º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1522F is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 47 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.37 |
| HSL | 18.42º | 0.55% | 0.41% | - |
| HSV(B) | 18.42º | 0.71% | 0.63% | - |
| XYZ | 18.23 | 13.82 | 4.4 | - |
| YUV | 101.63 | 97.17 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 47 | 0 | 0.49 | 0.71 | 0.37 | 18.42 | 0.55 | 0.41 |
| Hex | A1 | 52 | 2F | 0 | 31 | 47 | 25 | 12 | 37 | 29 |
| Octal | 241 | 122 | 57 | 0 | 61 | 107 | 45 | 22 | 67 | 51 |
| Binary | 10100001 | 1010010 | 101111 | 0 | 110001 | 1000111 | 100101 | 10010 | 110111 | 101001 |
Color Harmonies of #A1522F
Complementary color
Monochromatic Colors of #A1522F
Black with #A1522F
Text Example
Text Example
White with #A1522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1522F; }
p { color: rgb(161,82,47); }
H1.HeaderClassName
{
color: #A1522F;
}
.AnyTagClassName
{
color: #A1522F;
}
</style>
background-color css
<style>
a { background-color: #A1522F; }
a { background-color: rgb(161,82,47); }
div.DivClassName
{
background-color: #A1522F;
}
.BgClassName
{
background-color: #A1522F;
}
</style>
border-color css
<style>
span { border-color: #A1522F; }
span { border-color: rgb(161,82,47); }
td.TdClassName
{
border-color: #A1522F;
}
.TagClassName
{
border-color: #A1522F;
}
</style>