Shades of Roof Terracotta #A24E43
Tints of Roof Terracotta #A24E43
RGB
CMYK
RGB Variations
Color information
#A24E43 (or 0xA24E43) is known color: Roof Terracotta. HEX triplet: A2, 4E and 43. RGB value is (162,78,67). Sum of RGB (Red+Green+Blue) = 162+78+67=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E43 is #5DB1BC. Grayscale: #656565. Windows color (decimal): -6140349 or 4411042. OLE color: 4411042.
HSL color Cylindrical-coordinate representation of color #A24E43: hue angle of 6.95º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24E43 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 67 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.36 |
| HSL | 6.95º | 0.41% | 0.45% | - |
| HSV(B) | 6.95º | 0.59% | 0.64% | - |
| XYZ | 18.64 | 13.54 | 6.94 | - |
| YUV | 101.86 | 108.33 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 67 | 0 | 0.52 | 0.59 | 0.36 | 6.95 | 0.41 | 0.45 |
| Hex | A2 | 4E | 43 | 0 | 34 | 3B | 24 | 7 | 29 | 2D |
| Octal | 242 | 116 | 103 | 0 | 64 | 73 | 44 | 7 | 51 | 55 |
| Binary | 10100010 | 1001110 | 1000011 | 0 | 110100 | 111011 | 100100 | 111 | 101001 | 101101 |
Color Harmonies of #A24E43
Complementary color
Monochromatic Colors of #A24E43
Black with #A24E43
Text Example
Text Example
White with #A24E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E43; }
p { color: rgb(162,78,67); }
H1.HeaderClassName
{
color: #A24E43;
}
.AnyTagClassName
{
color: #A24E43;
}
</style>
background-color css
<style>
a { background-color: #A24E43; }
a { background-color: rgb(162,78,67); }
div.DivClassName
{
background-color: #A24E43;
}
.BgClassName
{
background-color: #A24E43;
}
</style>
border-color css
<style>
span { border-color: #A24E43; }
span { border-color: rgb(162,78,67); }
td.TdClassName
{
border-color: #A24E43;
}
.TagClassName
{
border-color: #A24E43;
}
</style>