Shades of Roof Terracotta #A04944
Tints of Roof Terracotta #A04944
RGB
CMYK
RGB Variations
Color information
#A04944 (or 0xA04944) is known color: Roof Terracotta. HEX triplet: A0, 49 and 44. RGB value is (160,73,68). Sum of RGB (Red+Green+Blue) = 160+73+68=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A04944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04944 is #5FB6BB. Grayscale: #626262. Windows color (decimal): -6272700 or 4475296. OLE color: 4475296.
HSL color Cylindrical-coordinate representation of color #A04944: hue angle of 3.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04944 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 68 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.37 |
| HSL | 3.26º | 0.4% | 0.45% | - |
| HSV(B) | 3.26º | 0.58% | 0.63% | - |
| XYZ | 17.92 | 12.66 | 6.97 | - |
| YUV | 98.44 | 110.82 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 68 | 0 | 0.54 | 0.57 | 0.37 | 3.26 | 0.4 | 0.45 |
| Hex | A0 | 49 | 44 | 0 | 36 | 39 | 25 | 3 | 28 | 2D |
| Octal | 240 | 111 | 104 | 0 | 66 | 71 | 45 | 3 | 50 | 55 |
| Binary | 10100000 | 1001001 | 1000100 | 0 | 110110 | 111001 | 100101 | 11 | 101000 | 101101 |
Color Harmonies of #A04944
Complementary color
Monochromatic Colors of #A04944
Black with #A04944
Text Example
Text Example
White with #A04944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04944; }
p { color: rgb(160,73,68); }
H1.HeaderClassName
{
color: #A04944;
}
.AnyTagClassName
{
color: #A04944;
}
</style>
background-color css
<style>
a { background-color: #A04944; }
a { background-color: rgb(160,73,68); }
div.DivClassName
{
background-color: #A04944;
}
.BgClassName
{
background-color: #A04944;
}
</style>
border-color css
<style>
span { border-color: #A04944; }
span { border-color: rgb(160,73,68); }
td.TdClassName
{
border-color: #A04944;
}
.TagClassName
{
border-color: #A04944;
}
</style>