Shades of Sienna #A34C2B
Tints of Sienna #A34C2B
RGB
CMYK
RGB Variations
Color information
#A34C2B (or 0xA34C2B) is known color: Sienna. HEX triplet: A3, 4C and 2B. RGB value is (163,76,43). Sum of RGB (Red+Green+Blue) = 163+76+43=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C2B is #5CB3D4. Grayscale: #626262. Windows color (decimal): -6075349 or 2837667. OLE color: 2837667.
HSL color Cylindrical-coordinate representation of color #A34C2B: hue angle of 16.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A34C2B is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 43 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.36 |
| HSL | 16.5º | 0.58% | 0.4% | - |
| HSV(B) | 16.5º | 0.74% | 0.64% | - |
| XYZ | 18.12 | 13.13 | 3.86 | - |
| YUV | 98.25 | 96.82 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 43 | 0 | 0.53 | 0.74 | 0.36 | 16.5 | 0.58 | 0.4 |
| Hex | A3 | 4C | 2B | 0 | 35 | 4A | 24 | 10 | 3A | 28 |
| Octal | 243 | 114 | 53 | 0 | 65 | 112 | 44 | 20 | 72 | 50 |
| Binary | 10100011 | 1001100 | 101011 | 0 | 110101 | 1001010 | 100100 | 10000 | 111010 | 101000 |
Color Harmonies of #A34C2B
Complementary color
Monochromatic Colors of #A34C2B
Black with #A34C2B
Text Example
Text Example
White with #A34C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C2B; }
p { color: rgb(163,76,43); }
H1.HeaderClassName
{
color: #A34C2B;
}
.AnyTagClassName
{
color: #A34C2B;
}
</style>
background-color css
<style>
a { background-color: #A34C2B; }
a { background-color: rgb(163,76,43); }
div.DivClassName
{
background-color: #A34C2B;
}
.BgClassName
{
background-color: #A34C2B;
}
</style>
border-color css
<style>
span { border-color: #A34C2B; }
span { border-color: rgb(163,76,43); }
td.TdClassName
{
border-color: #A34C2B;
}
.TagClassName
{
border-color: #A34C2B;
}
</style>