Shades of Roof Terracotta #A24940
Tints of Roof Terracotta #A24940
RGB
CMYK
RGB Variations
Color information
#A24940 (or 0xA24940) is known color: Roof Terracotta. HEX triplet: A2, 49 and 40. RGB value is (162,73,64). Sum of RGB (Red+Green+Blue) = 162+73+64=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A24940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24940 is #5DB6BF. Grayscale: #626262. Windows color (decimal): -6141632 or 4213154. OLE color: 4213154.
HSL color Cylindrical-coordinate representation of color #A24940: hue angle of 5.51º 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 #A24940 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 64 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.36 |
| HSL | 5.51º | 0.43% | 0.44% | - |
| HSV(B) | 5.51º | 0.6% | 0.64% | - |
| XYZ | 18.21 | 12.82 | 6.36 | - |
| YUV | 98.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 64 | 0 | 0.55 | 0.60 | 0.36 | 5.51 | 0.43 | 0.44 |
| Hex | A2 | 49 | 40 | 0 | 37 | 3C | 24 | 6 | 2B | 2C |
| Octal | 242 | 111 | 100 | 0 | 67 | 74 | 44 | 6 | 53 | 54 |
| Binary | 10100010 | 1001001 | 1000000 | 0 | 110111 | 111100 | 100100 | 110 | 101011 | 101100 |
Color Harmonies of #A24940
Complementary color
Monochromatic Colors of #A24940
Black with #A24940
Text Example
Text Example
White with #A24940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24940; }
p { color: rgb(162,73,64); }
H1.HeaderClassName
{
color: #A24940;
}
.AnyTagClassName
{
color: #A24940;
}
</style>
background-color css
<style>
a { background-color: #A24940; }
a { background-color: rgb(162,73,64); }
div.DivClassName
{
background-color: #A24940;
}
.BgClassName
{
background-color: #A24940;
}
</style>
border-color css
<style>
span { border-color: #A24940; }
span { border-color: rgb(162,73,64); }
td.TdClassName
{
border-color: #A24940;
}
.TagClassName
{
border-color: #A24940;
}
</style>