Shades of Roof Terracotta #A24949
Tints of Roof Terracotta #A24949
RGB
CMYK
RGB Variations
Color information
#A24949 (or 0xA24949) is known color: Roof Terracotta. HEX triplet: A2, 49 and 49. RGB value is (162,73,73). Sum of RGB (Red+Green+Blue) = 162+73+73=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A24949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24949 is #5DB6B6. Grayscale: #636363. Windows color (decimal): -6141623 or 4802978. OLE color: 4802978.
HSL color Cylindrical-coordinate representation of color #A24949: hue angle of 0º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24949 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 73 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.36 |
| HSL | 0º | 0.38% | 0.46% | - |
| HSV(B) | 0º | 0.55% | 0.64% | - |
| XYZ | 18.49 | 12.93 | 7.82 | - |
| YUV | 99.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 73 | 0 | 0.55 | 0.55 | 0.36 | 0 | 0.38 | 0.46 |
| Hex | A2 | 49 | 49 | 0 | 37 | 37 | 24 | 0 | 26 | 2E |
| Octal | 242 | 111 | 111 | 0 | 67 | 67 | 44 | 0 | 46 | 56 |
| Binary | 10100010 | 1001001 | 1001001 | 0 | 110111 | 110111 | 100100 | 0 | 100110 | 101110 |
Color Harmonies of #A24949
Complementary color
Monochromatic Colors of #A24949
Black with #A24949
Text Example
Text Example
White with #A24949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24949; }
p { color: rgb(162,73,73); }
H1.HeaderClassName
{
color: #A24949;
}
.AnyTagClassName
{
color: #A24949;
}
</style>
background-color css
<style>
a { background-color: #A24949; }
a { background-color: rgb(162,73,73); }
div.DivClassName
{
background-color: #A24949;
}
.BgClassName
{
background-color: #A24949;
}
</style>
border-color css
<style>
span { border-color: #A24949; }
span { border-color: rgb(162,73,73); }
td.TdClassName
{
border-color: #A24949;
}
.TagClassName
{
border-color: #A24949;
}
</style>