Shades of Roof Terracotta #A04141
Tints of Roof Terracotta #A04141
RGB
CMYK
RGB Variations
Color information
#A04141 (or 0xA04141) is known color: Roof Terracotta. HEX triplet: A0, 41 and 41. RGB value is (160,65,65). Sum of RGB (Red+Green+Blue) = 160+65+65=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A04141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04141 is #5FBEBE. Grayscale: #5D5D5D. Windows color (decimal): -6274751 or 4276640. OLE color: 4276640.
HSL color Cylindrical-coordinate representation of color #A04141: hue angle of 0º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04141 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 65 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.37 |
| HSL | 0º | 0.42% | 0.44% | - |
| HSV(B) | 0º | 0.59% | 0.63% | - |
| XYZ | 17.34 | 11.64 | 6.33 | - |
| YUV | 93.41 | 111.97 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 65 | 0 | 0.59 | 0.59 | 0.37 | 0 | 0.42 | 0.44 |
| Hex | A0 | 41 | 41 | 0 | 3B | 3B | 25 | 0 | 2A | 2C |
| Octal | 240 | 101 | 101 | 0 | 73 | 73 | 45 | 0 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1000001 | 0 | 111011 | 111011 | 100101 | 0 | 101010 | 101100 |
Color Harmonies of #A04141
Complementary color
Monochromatic Colors of #A04141
Black with #A04141
Text Example
Text Example
White with #A04141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04141; }
p { color: rgb(160,65,65); }
H1.HeaderClassName
{
color: #A04141;
}
.AnyTagClassName
{
color: #A04141;
}
</style>
background-color css
<style>
a { background-color: #A04141; }
a { background-color: rgb(160,65,65); }
div.DivClassName
{
background-color: #A04141;
}
.BgClassName
{
background-color: #A04141;
}
</style>
border-color css
<style>
span { border-color: #A04141; }
span { border-color: rgb(160,65,65); }
td.TdClassName
{
border-color: #A04141;
}
.TagClassName
{
border-color: #A04141;
}
</style>