Shades of Sienna #A3522B
Tints of Sienna #A3522B
RGB
CMYK
RGB Variations
Color information
#A3522B (or 0xA3522B) is known color: Sienna. HEX triplet: A3, 52 and 2B. RGB value is (163,82,43). Sum of RGB (Red+Green+Blue) = 163+82+43=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A3522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3522B is #5CADD4. Grayscale: #666666. Windows color (decimal): -6073813 or 2839203. OLE color: 2839203.
HSL color Cylindrical-coordinate representation of color #A3522B: hue angle of 19.5º 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 #A3522B is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 82 | 43 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.36 |
| HSL | 19.5º | 0.58% | 0.4% | - |
| HSV(B) | 19.5º | 0.74% | 0.64% | - |
| XYZ | 18.56 | 14 | 4.01 | - |
| YUV | 101.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 43 | 0 | 0.50 | 0.74 | 0.36 | 19.5 | 0.58 | 0.4 |
| Hex | A3 | 52 | 2B | 0 | 32 | 4A | 24 | 14 | 3A | 28 |
| Octal | 243 | 122 | 53 | 0 | 62 | 112 | 44 | 24 | 72 | 50 |
| Binary | 10100011 | 1010010 | 101011 | 0 | 110010 | 1001010 | 100100 | 10100 | 111010 | 101000 |
Color Harmonies of #A3522B
Complementary color
Monochromatic Colors of #A3522B
Black with #A3522B
Text Example
Text Example
White with #A3522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3522B; }
p { color: rgb(163,82,43); }
H1.HeaderClassName
{
color: #A3522B;
}
.AnyTagClassName
{
color: #A3522B;
}
</style>
background-color css
<style>
a { background-color: #A3522B; }
a { background-color: rgb(163,82,43); }
div.DivClassName
{
background-color: #A3522B;
}
.BgClassName
{
background-color: #A3522B;
}
</style>
border-color css
<style>
span { border-color: #A3522B; }
span { border-color: rgb(163,82,43); }
td.TdClassName
{
border-color: #A3522B;
}
.TagClassName
{
border-color: #A3522B;
}
</style>