Shades of Sienna #A3502D
Tints of Sienna #A3502D
RGB
CMYK
RGB Variations
Color information
#A3502D (or 0xA3502D) is known color: Sienna. HEX triplet: A3, 50 and 2D. RGB value is (163,80,45). Sum of RGB (Red+Green+Blue) = 163+80+45=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A3502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3502D is #5CAFD2. Grayscale: #656565. Windows color (decimal): -6074323 or 2969763. OLE color: 2969763.
HSL color Cylindrical-coordinate representation of color #A3502D: hue angle of 17.8º 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 #A3502D is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 80 | 45 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.36 |
| HSL | 17.8º | 0.57% | 0.41% | - |
| HSV(B) | 17.8º | 0.72% | 0.64% | - |
| XYZ | 18.45 | 13.71 | 4.16 | - |
| YUV | 100.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 45 | 0 | 0.51 | 0.72 | 0.36 | 17.8 | 0.57 | 0.41 |
| Hex | A3 | 50 | 2D | 0 | 33 | 48 | 24 | 12 | 39 | 29 |
| Octal | 243 | 120 | 55 | 0 | 63 | 110 | 44 | 22 | 71 | 51 |
| Binary | 10100011 | 1010000 | 101101 | 0 | 110011 | 1001000 | 100100 | 10010 | 111001 | 101001 |
Color Harmonies of #A3502D
Complementary color
Monochromatic Colors of #A3502D
Black with #A3502D
Text Example
Text Example
White with #A3502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3502D; }
p { color: rgb(163,80,45); }
H1.HeaderClassName
{
color: #A3502D;
}
.AnyTagClassName
{
color: #A3502D;
}
</style>
background-color css
<style>
a { background-color: #A3502D; }
a { background-color: rgb(163,80,45); }
div.DivClassName
{
background-color: #A3502D;
}
.BgClassName
{
background-color: #A3502D;
}
</style>
border-color css
<style>
span { border-color: #A3502D; }
span { border-color: rgb(163,80,45); }
td.TdClassName
{
border-color: #A3502D;
}
.TagClassName
{
border-color: #A3502D;
}
</style>