Shades of Sienna #A15530
Tints of Sienna #A15530
RGB
CMYK
RGB Variations
Color information
#A15530 (or 0xA15530) is known color: Sienna. HEX triplet: A1, 55 and 30. RGB value is (161,85,48). Sum of RGB (Red+Green+Blue) = 161+85+48=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A15530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15530 is #5EAACF. Grayscale: #676767. Windows color (decimal): -6204112 or 3167649. OLE color: 3167649.
HSL color Cylindrical-coordinate representation of color #A15530: hue angle of 19.65º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A15530 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 48 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.37 |
| HSL | 19.65º | 0.54% | 0.41% | - |
| HSV(B) | 19.65º | 0.7% | 0.63% | - |
| XYZ | 18.48 | 14.29 | 4.58 | - |
| YUV | 103.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 48 | 0 | 0.47 | 0.70 | 0.37 | 19.65 | 0.54 | 0.41 |
| Hex | A1 | 55 | 30 | 0 | 2F | 46 | 25 | 14 | 36 | 29 |
| Octal | 241 | 125 | 60 | 0 | 57 | 106 | 45 | 24 | 66 | 51 |
| Binary | 10100001 | 1010101 | 110000 | 0 | 101111 | 1000110 | 100101 | 10100 | 110110 | 101001 |
Color Harmonies of #A15530
Complementary color
Monochromatic Colors of #A15530
Black with #A15530
Text Example
Text Example
White with #A15530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15530; }
p { color: rgb(161,85,48); }
H1.HeaderClassName
{
color: #A15530;
}
.AnyTagClassName
{
color: #A15530;
}
</style>
background-color css
<style>
a { background-color: #A15530; }
a { background-color: rgb(161,85,48); }
div.DivClassName
{
background-color: #A15530;
}
.BgClassName
{
background-color: #A15530;
}
</style>
border-color css
<style>
span { border-color: #A15530; }
span { border-color: rgb(161,85,48); }
td.TdClassName
{
border-color: #A15530;
}
.TagClassName
{
border-color: #A15530;
}
</style>