Shades of Sienna #A34F2C
Tints of Sienna #A34F2C
RGB
CMYK
RGB Variations
Color information
#A34F2C (or 0xA34F2C) is known color: Sienna. HEX triplet: A3, 4F and 2C. RGB value is (163,79,44). Sum of RGB (Red+Green+Blue) = 163+79+44=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F2C is #5CB0D3. Grayscale: #646464. Windows color (decimal): -6074580 or 2903971. OLE color: 2903971.
HSL color Cylindrical-coordinate representation of color #A34F2C: hue angle of 17.65º 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 #A34F2C is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 79 | 44 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.36 |
| HSL | 17.65º | 0.57% | 0.41% | - |
| HSV(B) | 17.65º | 0.73% | 0.64% | - |
| XYZ | 18.35 | 13.56 | 4.03 | - |
| YUV | 100.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 44 | 0 | 0.52 | 0.73 | 0.36 | 17.65 | 0.57 | 0.41 |
| Hex | A3 | 4F | 2C | 0 | 34 | 49 | 24 | 12 | 39 | 29 |
| Octal | 243 | 117 | 54 | 0 | 64 | 111 | 44 | 22 | 71 | 51 |
| Binary | 10100011 | 1001111 | 101100 | 0 | 110100 | 1001001 | 100100 | 10010 | 111001 | 101001 |
Color Harmonies of #A34F2C
Complementary color
Monochromatic Colors of #A34F2C
Black with #A34F2C
Text Example
Text Example
White with #A34F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34F2C; }
p { color: rgb(163,79,44); }
H1.HeaderClassName
{
color: #A34F2C;
}
.AnyTagClassName
{
color: #A34F2C;
}
</style>
background-color css
<style>
a { background-color: #A34F2C; }
a { background-color: rgb(163,79,44); }
div.DivClassName
{
background-color: #A34F2C;
}
.BgClassName
{
background-color: #A34F2C;
}
</style>
border-color css
<style>
span { border-color: #A34F2C; }
span { border-color: rgb(163,79,44); }
td.TdClassName
{
border-color: #A34F2C;
}
.TagClassName
{
border-color: #A34F2C;
}
</style>