Shades of Roof Terracotta #A24240
Tints of Roof Terracotta #A24240
RGB
CMYK
RGB Variations
Color information
#A24240 (or 0xA24240) is known color: Roof Terracotta. HEX triplet: A2, 42 and 40. RGB value is (162,66,64). Sum of RGB (Red+Green+Blue) = 162+66+64=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A24240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24240 is #5DBDBF. Grayscale: #5E5E5E. Windows color (decimal): -6143424 or 4211362. OLE color: 4211362.
HSL color Cylindrical-coordinate representation of color #A24240: hue angle of 1.22º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24240 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 64 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.36 |
| HSL | 1.22º | 0.43% | 0.44% | - |
| HSV(B) | 1.22º | 0.6% | 0.64% | - |
| XYZ | 17.77 | 11.95 | 6.22 | - |
| YUV | 94.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 64 | 0 | 0.59 | 0.60 | 0.36 | 1.22 | 0.43 | 0.44 |
| Hex | A2 | 42 | 40 | 0 | 3B | 3C | 24 | 1 | 2B | 2C |
| Octal | 242 | 102 | 100 | 0 | 73 | 74 | 44 | 1 | 53 | 54 |
| Binary | 10100010 | 1000010 | 1000000 | 0 | 111011 | 111100 | 100100 | 1 | 101011 | 101100 |
Color Harmonies of #A24240
Complementary color
Monochromatic Colors of #A24240
Black with #A24240
Text Example
Text Example
White with #A24240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24240; }
p { color: rgb(162,66,64); }
H1.HeaderClassName
{
color: #A24240;
}
.AnyTagClassName
{
color: #A24240;
}
</style>
background-color css
<style>
a { background-color: #A24240; }
a { background-color: rgb(162,66,64); }
div.DivClassName
{
background-color: #A24240;
}
.BgClassName
{
background-color: #A24240;
}
</style>
border-color css
<style>
span { border-color: #A24240; }
span { border-color: rgb(162,66,64); }
td.TdClassName
{
border-color: #A24240;
}
.TagClassName
{
border-color: #A24240;
}
</style>