Shades of Sienna #A34F29
Tints of Sienna #A34F29
RGB
CMYK
RGB Variations
Color information
#A34F29 (or 0xA34F29) is known color: Sienna. HEX triplet: A3, 4F and 29. RGB value is (163,79,41). Sum of RGB (Red+Green+Blue) = 163+79+41=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F29 is #5CB0D6. Grayscale: #646464. Windows color (decimal): -6074583 or 2707363. OLE color: 2707363.
HSL color Cylindrical-coordinate representation of color #A34F29: hue angle of 18.69º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A34F29 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 79 | 41 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.36 |
| HSL | 18.69º | 0.6% | 0.4% | - |
| HSV(B) | 18.69º | 0.75% | 0.64% | - |
| XYZ | 18.3 | 13.54 | 3.75 | - |
| YUV | 99.78 | 94.83 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 41 | 0 | 0.52 | 0.75 | 0.36 | 18.69 | 0.6 | 0.4 |
| Hex | A3 | 4F | 29 | 0 | 34 | 4B | 24 | 13 | 3C | 28 |
| Octal | 243 | 117 | 51 | 0 | 64 | 113 | 44 | 23 | 74 | 50 |
| Binary | 10100011 | 1001111 | 101001 | 0 | 110100 | 1001011 | 100100 | 10011 | 111100 | 101000 |
Color Harmonies of #A34F29
Complementary color
Monochromatic Colors of #A34F29
Black with #A34F29
Text Example
Text Example
White with #A34F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34F29; }
p { color: rgb(163,79,41); }
H1.HeaderClassName
{
color: #A34F29;
}
.AnyTagClassName
{
color: #A34F29;
}
</style>
background-color css
<style>
a { background-color: #A34F29; }
a { background-color: rgb(163,79,41); }
div.DivClassName
{
background-color: #A34F29;
}
.BgClassName
{
background-color: #A34F29;
}
</style>
border-color css
<style>
span { border-color: #A34F29; }
span { border-color: rgb(163,79,41); }
td.TdClassName
{
border-color: #A34F29;
}
.TagClassName
{
border-color: #A34F29;
}
</style>