Shades of Sienna #A3582C
Tints of Sienna #A3582C
RGB
CMYK
RGB Variations
Color information
#A3582C (or 0xA3582C) is known color: Sienna. HEX triplet: A3, 58 and 2C. RGB value is (163,88,44). Sum of RGB (Red+Green+Blue) = 163+88+44=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3582C is #5CA7D3. Grayscale: #696969. Windows color (decimal): -6072276 or 2906275. OLE color: 2906275.
HSL color Cylindrical-coordinate representation of color #A3582C: hue angle of 22.18º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3582C is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 88 | 44 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.36 |
| HSL | 22.18º | 0.57% | 0.41% | - |
| HSV(B) | 22.18º | 0.73% | 0.64% | - |
| XYZ | 19.05 | 14.95 | 4.26 | - |
| YUV | 105.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 44 | 0 | 0.46 | 0.73 | 0.36 | 22.18 | 0.57 | 0.41 |
| Hex | A3 | 58 | 2C | 0 | 2E | 49 | 24 | 16 | 39 | 29 |
| Octal | 243 | 130 | 54 | 0 | 56 | 111 | 44 | 26 | 71 | 51 |
| Binary | 10100011 | 1011000 | 101100 | 0 | 101110 | 1001001 | 100100 | 10110 | 111001 | 101001 |
Color Harmonies of #A3582C
Complementary color
Monochromatic Colors of #A3582C
Black with #A3582C
Text Example
Text Example
White with #A3582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3582C; }
p { color: rgb(163,88,44); }
H1.HeaderClassName
{
color: #A3582C;
}
.AnyTagClassName
{
color: #A3582C;
}
</style>
background-color css
<style>
a { background-color: #A3582C; }
a { background-color: rgb(163,88,44); }
div.DivClassName
{
background-color: #A3582C;
}
.BgClassName
{
background-color: #A3582C;
}
</style>
border-color css
<style>
span { border-color: #A3582C; }
span { border-color: rgb(163,88,44); }
td.TdClassName
{
border-color: #A3582C;
}
.TagClassName
{
border-color: #A3582C;
}
</style>