Shades of Sienna #A05130
Tints of Sienna #A05130
RGB
CMYK
RGB Variations
Color information
#A05130 (or 0xA05130) is known color: Sienna. HEX triplet: A0, 51 and 30. RGB value is (160,81,48). Sum of RGB (Red+Green+Blue) = 160+81+48=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A05130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05130 is #5FAECF. Grayscale: #656565. Windows color (decimal): -6270672 or 3166624. OLE color: 3166624.
HSL color Cylindrical-coordinate representation of color #A05130: hue angle of 17.68º 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 #A05130 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 81 | 48 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.37 |
| HSL | 17.68º | 0.54% | 0.41% | - |
| HSV(B) | 17.68º | 0.7% | 0.63% | - |
| XYZ | 17.97 | 13.57 | 4.47 | - |
| YUV | 100.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 48 | 0 | 0.49 | 0.70 | 0.37 | 17.68 | 0.54 | 0.41 |
| Hex | A0 | 51 | 30 | 0 | 31 | 46 | 25 | 12 | 36 | 29 |
| Octal | 240 | 121 | 60 | 0 | 61 | 106 | 45 | 22 | 66 | 51 |
| Binary | 10100000 | 1010001 | 110000 | 0 | 110001 | 1000110 | 100101 | 10010 | 110110 | 101001 |
Color Harmonies of #A05130
Complementary color
Monochromatic Colors of #A05130
Black with #A05130
Text Example
Text Example
White with #A05130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05130; }
p { color: rgb(160,81,48); }
H1.HeaderClassName
{
color: #A05130;
}
.AnyTagClassName
{
color: #A05130;
}
</style>
background-color css
<style>
a { background-color: #A05130; }
a { background-color: rgb(160,81,48); }
div.DivClassName
{
background-color: #A05130;
}
.BgClassName
{
background-color: #A05130;
}
</style>
border-color css
<style>
span { border-color: #A05130; }
span { border-color: rgb(160,81,48); }
td.TdClassName
{
border-color: #A05130;
}
.TagClassName
{
border-color: #A05130;
}
</style>