Shades of Roof Terracotta #A04949
Tints of Roof Terracotta #A04949
RGB
CMYK
RGB Variations
Color information
#A04949 (or 0xA04949) is known color: Roof Terracotta. HEX triplet: A0, 49 and 49. RGB value is (160,73,73). Sum of RGB (Red+Green+Blue) = 160+73+73=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A04949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04949 is #5FB6B6. Grayscale: #636363. Windows color (decimal): -6272695 or 4802976. OLE color: 4802976.
HSL color Cylindrical-coordinate representation of color #A04949: hue angle of 0º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04949 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 73 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.37 |
| HSL | 0º | 0.37% | 0.46% | - |
| HSV(B) | 0º | 0.54% | 0.63% | - |
| XYZ | 18.08 | 12.72 | 7.81 | - |
| YUV | 99.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 73 | 0 | 0.54 | 0.54 | 0.37 | 0 | 0.37 | 0.46 |
| Hex | A0 | 49 | 49 | 0 | 36 | 36 | 25 | 0 | 25 | 2E |
| Octal | 240 | 111 | 111 | 0 | 66 | 66 | 45 | 0 | 45 | 56 |
| Binary | 10100000 | 1001001 | 1001001 | 0 | 110110 | 110110 | 100101 | 0 | 100101 | 101110 |
Color Harmonies of #A04949
Complementary color
Monochromatic Colors of #A04949
Black with #A04949
Text Example
Text Example
White with #A04949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04949; }
p { color: rgb(160,73,73); }
H1.HeaderClassName
{
color: #A04949;
}
.AnyTagClassName
{
color: #A04949;
}
</style>
background-color css
<style>
a { background-color: #A04949; }
a { background-color: rgb(160,73,73); }
div.DivClassName
{
background-color: #A04949;
}
.BgClassName
{
background-color: #A04949;
}
</style>
border-color css
<style>
span { border-color: #A04949; }
span { border-color: rgb(160,73,73); }
td.TdClassName
{
border-color: #A04949;
}
.TagClassName
{
border-color: #A04949;
}
</style>