Shades of Roof Terracotta #A04840
Tints of Roof Terracotta #A04840
RGB
CMYK
RGB Variations
Color information
#A04840 (or 0xA04840) is known color: Roof Terracotta. HEX triplet: A0, 48 and 40. RGB value is (160,72,64). Sum of RGB (Red+Green+Blue) = 160+72+64=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A04840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04840 is #5FB7BF. Grayscale: #616161. Windows color (decimal): -6272960 or 4212896. OLE color: 4212896.
HSL color Cylindrical-coordinate representation of color #A04840: hue angle of 5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04840 is Cyan = 0, Magento = 0.55, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 64 | - |
| CMYK | 0 | 0.55 | 0.6 | 0.37 |
| HSL | 5º | 0.43% | 0.44% | - |
| HSV(B) | 5º | 0.6% | 0.63% | - |
| XYZ | 17.74 | 12.48 | 6.32 | - |
| YUV | 97.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 64 | 0 | 0.55 | 0.6 | 0.37 | 5 | 0.43 | 0.44 |
| Hex | A0 | 48 | 40 | 0 | 37 | 3C | 25 | 5 | 2B | 2C |
| Octal | 240 | 110 | 100 | 0 | 67 | 74 | 45 | 5 | 53 | 54 |
| Binary | 10100000 | 1001000 | 1000000 | 0 | 110111 | 111100 | 100101 | 101 | 101011 | 101100 |
Color Harmonies of #A04840
Complementary color
Monochromatic Colors of #A04840
Black with #A04840
Text Example
Text Example
White with #A04840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04840; }
p { color: rgb(160,72,64); }
H1.HeaderClassName
{
color: #A04840;
}
.AnyTagClassName
{
color: #A04840;
}
</style>
background-color css
<style>
a { background-color: #A04840; }
a { background-color: rgb(160,72,64); }
div.DivClassName
{
background-color: #A04840;
}
.BgClassName
{
background-color: #A04840;
}
</style>
border-color css
<style>
span { border-color: #A04840; }
span { border-color: rgb(160,72,64); }
td.TdClassName
{
border-color: #A04840;
}
.TagClassName
{
border-color: #A04840;
}
</style>