Shades of Sienna #A1502F
Tints of Sienna #A1502F
RGB
CMYK
RGB Variations
Color information
#A1502F (or 0xA1502F) is known color: Sienna. HEX triplet: A1, 50 and 2F. RGB value is (161,80,47). Sum of RGB (Red+Green+Blue) = 161+80+47=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1502F is #5EAFD0. Grayscale: #646464. Windows color (decimal): -6205393 or 3100833. OLE color: 3100833.
HSL color Cylindrical-coordinate representation of color #A1502F: hue angle of 17.37º 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 #A1502F is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 47 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.37 |
| HSL | 17.37º | 0.55% | 0.41% | - |
| HSV(B) | 17.37º | 0.71% | 0.63% | - |
| XYZ | 18.08 | 13.52 | 4.35 | - |
| YUV | 100.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 47 | 0 | 0.50 | 0.71 | 0.37 | 17.37 | 0.55 | 0.41 |
| Hex | A1 | 50 | 2F | 0 | 32 | 47 | 25 | 11 | 37 | 29 |
| Octal | 241 | 120 | 57 | 0 | 62 | 107 | 45 | 21 | 67 | 51 |
| Binary | 10100001 | 1010000 | 101111 | 0 | 110010 | 1000111 | 100101 | 10001 | 110111 | 101001 |
Color Harmonies of #A1502F
Complementary color
Monochromatic Colors of #A1502F
Black with #A1502F
Text Example
Text Example
White with #A1502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1502F; }
p { color: rgb(161,80,47); }
H1.HeaderClassName
{
color: #A1502F;
}
.AnyTagClassName
{
color: #A1502F;
}
</style>
background-color css
<style>
a { background-color: #A1502F; }
a { background-color: rgb(161,80,47); }
div.DivClassName
{
background-color: #A1502F;
}
.BgClassName
{
background-color: #A1502F;
}
</style>
border-color css
<style>
span { border-color: #A1502F; }
span { border-color: rgb(161,80,47); }
td.TdClassName
{
border-color: #A1502F;
}
.TagClassName
{
border-color: #A1502F;
}
</style>