Shades of Sienna #A34C2E
Tints of Sienna #A34C2E
RGB
CMYK
RGB Variations
Color information
#A34C2E (or 0xA34C2E) is known color: Sienna. HEX triplet: A3, 4C and 2E. RGB value is (163,76,46). Sum of RGB (Red+Green+Blue) = 163+76+46=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C2E is #5CB3D1. Grayscale: #626262. Windows color (decimal): -6075346 or 3034275. OLE color: 3034275.
HSL color Cylindrical-coordinate representation of color #A34C2E: hue angle of 15.38º degrees, saturation: 0.56, 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 #A34C2E is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 76 | 46 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.36 |
| HSL | 15.38º | 0.56% | 0.41% | - |
| HSV(B) | 15.38º | 0.72% | 0.64% | - |
| XYZ | 18.18 | 13.15 | 4.17 | - |
| YUV | 98.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 46 | 0 | 0.53 | 0.72 | 0.36 | 15.38 | 0.56 | 0.41 |
| Hex | A3 | 4C | 2E | 0 | 35 | 48 | 24 | F | 38 | 29 |
| Octal | 243 | 114 | 56 | 0 | 65 | 110 | 44 | 17 | 70 | 51 |
| Binary | 10100011 | 1001100 | 101110 | 0 | 110101 | 1001000 | 100100 | 1111 | 111000 | 101001 |
Color Harmonies of #A34C2E
Complementary color
Monochromatic Colors of #A34C2E
Black with #A34C2E
Text Example
Text Example
White with #A34C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34C2E; }
p { color: rgb(163,76,46); }
H1.HeaderClassName
{
color: #A34C2E;
}
.AnyTagClassName
{
color: #A34C2E;
}
</style>
background-color css
<style>
a { background-color: #A34C2E; }
a { background-color: rgb(163,76,46); }
div.DivClassName
{
background-color: #A34C2E;
}
.BgClassName
{
background-color: #A34C2E;
}
</style>
border-color css
<style>
span { border-color: #A34C2E; }
span { border-color: rgb(163,76,46); }
td.TdClassName
{
border-color: #A34C2E;
}
.TagClassName
{
border-color: #A34C2E;
}
</style>