Shades of Sienna #A3512B
Tints of Sienna #A3512B
RGB
CMYK
RGB Variations
Color information
#A3512B (or 0xA3512B) is known color: Sienna. HEX triplet: A3, 51 and 2B. RGB value is (163,81,43). Sum of RGB (Red+Green+Blue) = 163+81+43=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A3512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3512B is #5CAED4. Grayscale: #656565. Windows color (decimal): -6074069 or 2838947. OLE color: 2838947.
HSL color Cylindrical-coordinate representation of color #A3512B: hue angle of 19º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3512B is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 81 | 43 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.36 |
| HSL | 19º | 0.58% | 0.4% | - |
| HSV(B) | 19º | 0.74% | 0.64% | - |
| XYZ | 18.48 | 13.85 | 3.98 | - |
| YUV | 101.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 43 | 0 | 0.50 | 0.74 | 0.36 | 19 | 0.58 | 0.4 |
| Hex | A3 | 51 | 2B | 0 | 32 | 4A | 24 | 13 | 3A | 28 |
| Octal | 243 | 121 | 53 | 0 | 62 | 112 | 44 | 23 | 72 | 50 |
| Binary | 10100011 | 1010001 | 101011 | 0 | 110010 | 1001010 | 100100 | 10011 | 111010 | 101000 |
Color Harmonies of #A3512B
Complementary color
Monochromatic Colors of #A3512B
Black with #A3512B
Text Example
Text Example
White with #A3512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3512B; }
p { color: rgb(163,81,43); }
H1.HeaderClassName
{
color: #A3512B;
}
.AnyTagClassName
{
color: #A3512B;
}
</style>
background-color css
<style>
a { background-color: #A3512B; }
a { background-color: rgb(163,81,43); }
div.DivClassName
{
background-color: #A3512B;
}
.BgClassName
{
background-color: #A3512B;
}
</style>
border-color css
<style>
span { border-color: #A3512B; }
span { border-color: rgb(163,81,43); }
td.TdClassName
{
border-color: #A3512B;
}
.TagClassName
{
border-color: #A3512B;
}
</style>