Shades of Sienna #A3532D
Tints of Sienna #A3532D
RGB
CMYK
RGB Variations
Color information
#A3532D (or 0xA3532D) is known color: Sienna. HEX triplet: A3, 53 and 2D. RGB value is (163,83,45). Sum of RGB (Red+Green+Blue) = 163+83+45=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3532D is #5CACD2. Grayscale: #666666. Windows color (decimal): -6073555 or 2970531. OLE color: 2970531.
HSL color Cylindrical-coordinate representation of color #A3532D: hue angle of 19.32º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3532D is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 83 | 45 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.36 |
| HSL | 19.32º | 0.57% | 0.41% | - |
| HSV(B) | 19.32º | 0.72% | 0.64% | - |
| XYZ | 18.67 | 14.16 | 4.23 | - |
| YUV | 102.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 45 | 0 | 0.49 | 0.72 | 0.36 | 19.32 | 0.57 | 0.41 |
| Hex | A3 | 53 | 2D | 0 | 31 | 48 | 24 | 13 | 39 | 29 |
| Octal | 243 | 123 | 55 | 0 | 61 | 110 | 44 | 23 | 71 | 51 |
| Binary | 10100011 | 1010011 | 101101 | 0 | 110001 | 1001000 | 100100 | 10011 | 111001 | 101001 |
Color Harmonies of #A3532D
Complementary color
Monochromatic Colors of #A3532D
Black with #A3532D
Text Example
Text Example
White with #A3532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3532D; }
p { color: rgb(163,83,45); }
H1.HeaderClassName
{
color: #A3532D;
}
.AnyTagClassName
{
color: #A3532D;
}
</style>
background-color css
<style>
a { background-color: #A3532D; }
a { background-color: rgb(163,83,45); }
div.DivClassName
{
background-color: #A3532D;
}
.BgClassName
{
background-color: #A3532D;
}
</style>
border-color css
<style>
span { border-color: #A3532D; }
span { border-color: rgb(163,83,45); }
td.TdClassName
{
border-color: #A3532D;
}
.TagClassName
{
border-color: #A3532D;
}
</style>