Shades of Sienna #A35130
Tints of Sienna #A35130
RGB
CMYK
RGB Variations
Color information
#A35130 (or 0xA35130) is known color: Sienna. HEX triplet: A3, 51 and 30. RGB value is (163,81,48). Sum of RGB (Red+Green+Blue) = 163+81+48=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A35130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35130 is #5CAECF. Grayscale: #656565. Windows color (decimal): -6074064 or 3166627. OLE color: 3166627.
HSL color Cylindrical-coordinate representation of color #A35130: hue angle of 17.22º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A35130 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 81 | 48 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.36 |
| HSL | 17.22º | 0.55% | 0.41% | - |
| HSV(B) | 17.22º | 0.71% | 0.64% | - |
| XYZ | 18.58 | 13.88 | 4.5 | - |
| YUV | 101.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 48 | 0 | 0.50 | 0.71 | 0.36 | 17.22 | 0.55 | 0.41 |
| Hex | A3 | 51 | 30 | 0 | 32 | 47 | 24 | 11 | 37 | 29 |
| Octal | 243 | 121 | 60 | 0 | 62 | 107 | 44 | 21 | 67 | 51 |
| Binary | 10100011 | 1010001 | 110000 | 0 | 110010 | 1000111 | 100100 | 10001 | 110111 | 101001 |
Color Harmonies of #A35130
Complementary color
Monochromatic Colors of #A35130
Black with #A35130
Text Example
Text Example
White with #A35130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35130; }
p { color: rgb(163,81,48); }
H1.HeaderClassName
{
color: #A35130;
}
.AnyTagClassName
{
color: #A35130;
}
</style>
background-color css
<style>
a { background-color: #A35130; }
a { background-color: rgb(163,81,48); }
div.DivClassName
{
background-color: #A35130;
}
.BgClassName
{
background-color: #A35130;
}
</style>
border-color css
<style>
span { border-color: #A35130; }
span { border-color: rgb(163,81,48); }
td.TdClassName
{
border-color: #A35130;
}
.TagClassName
{
border-color: #A35130;
}
</style>