Shades of Roof Terracotta #A14949
Tints of Roof Terracotta #A14949
RGB
CMYK
RGB Variations
Color information
#A14949 (or 0xA14949) is known color: Roof Terracotta. HEX triplet: A1, 49 and 49. RGB value is (161,73,73). Sum of RGB (Red+Green+Blue) = 161+73+73=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A14949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14949 is #5EB6B6. Grayscale: #636363. Windows color (decimal): -6207159 or 4802977. OLE color: 4802977.
HSL color Cylindrical-coordinate representation of color #A14949: hue angle of 0º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14949 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 73 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.37 |
| HSL | 0º | 0.38% | 0.46% | - |
| HSV(B) | 0º | 0.55% | 0.63% | - |
| XYZ | 18.28 | 12.82 | 7.81 | - |
| YUV | 99.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 73 | 0 | 0.55 | 0.55 | 0.37 | 0 | 0.38 | 0.46 |
| Hex | A1 | 49 | 49 | 0 | 37 | 37 | 25 | 0 | 26 | 2E |
| Octal | 241 | 111 | 111 | 0 | 67 | 67 | 45 | 0 | 46 | 56 |
| Binary | 10100001 | 1001001 | 1001001 | 0 | 110111 | 110111 | 100101 | 0 | 100110 | 101110 |
Color Harmonies of #A14949
Complementary color
Monochromatic Colors of #A14949
Black with #A14949
Text Example
Text Example
White with #A14949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14949; }
p { color: rgb(161,73,73); }
H1.HeaderClassName
{
color: #A14949;
}
.AnyTagClassName
{
color: #A14949;
}
</style>
background-color css
<style>
a { background-color: #A14949; }
a { background-color: rgb(161,73,73); }
div.DivClassName
{
background-color: #A14949;
}
.BgClassName
{
background-color: #A14949;
}
</style>
border-color css
<style>
span { border-color: #A14949; }
span { border-color: rgb(161,73,73); }
td.TdClassName
{
border-color: #A14949;
}
.TagClassName
{
border-color: #A14949;
}
</style>