Shades of Sienna #A14F2D
Tints of Sienna #A14F2D
RGB
CMYK
RGB Variations
Color information
#A14F2D (or 0xA14F2D) is known color: Sienna. HEX triplet: A1, 4F and 2D. RGB value is (161,79,45). Sum of RGB (Red+Green+Blue) = 161+79+45=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F2D is #5EB0D2. Grayscale: #636363. Windows color (decimal): -6205651 or 2969505. OLE color: 2969505.
HSL color Cylindrical-coordinate representation of color #A14F2D: hue angle of 17.59º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A14F2D is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 45 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.37 |
| HSL | 17.59º | 0.56% | 0.4% | - |
| HSV(B) | 17.59º | 0.72% | 0.63% | - |
| XYZ | 17.97 | 13.36 | 4.11 | - |
| YUV | 99.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 45 | 0 | 0.51 | 0.72 | 0.37 | 17.59 | 0.56 | 0.4 |
| Hex | A1 | 4F | 2D | 0 | 33 | 48 | 25 | 12 | 38 | 28 |
| Octal | 241 | 117 | 55 | 0 | 63 | 110 | 45 | 22 | 70 | 50 |
| Binary | 10100001 | 1001111 | 101101 | 0 | 110011 | 1001000 | 100101 | 10010 | 111000 | 101000 |
Color Harmonies of #A14F2D
Complementary color
Monochromatic Colors of #A14F2D
Black with #A14F2D
Text Example
Text Example
White with #A14F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F2D; }
p { color: rgb(161,79,45); }
H1.HeaderClassName
{
color: #A14F2D;
}
.AnyTagClassName
{
color: #A14F2D;
}
</style>
background-color css
<style>
a { background-color: #A14F2D; }
a { background-color: rgb(161,79,45); }
div.DivClassName
{
background-color: #A14F2D;
}
.BgClassName
{
background-color: #A14F2D;
}
</style>
border-color css
<style>
span { border-color: #A14F2D; }
span { border-color: rgb(161,79,45); }
td.TdClassName
{
border-color: #A14F2D;
}
.TagClassName
{
border-color: #A14F2D;
}
</style>