Shades of Roof Terracotta #A24E3F
Tints of Roof Terracotta #A24E3F
RGB
CMYK
RGB Variations
Color information
#A24E3F (or 0xA24E3F) is known color: Roof Terracotta. HEX triplet: A2, 4E and 3F. RGB value is (162,78,63). Sum of RGB (Red+Green+Blue) = 162+78+63=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E3F is #5DB1C0. Grayscale: #656565. Windows color (decimal): -6140353 or 4148898. OLE color: 4148898.
HSL color Cylindrical-coordinate representation of color #A24E3F: hue angle of 9.09º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A24E3F is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 63 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.36 |
| HSL | 9.09º | 0.44% | 0.44% | - |
| HSV(B) | 9.09º | 0.61% | 0.64% | - |
| XYZ | 18.52 | 13.49 | 6.33 | - |
| YUV | 101.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 63 | 0 | 0.52 | 0.61 | 0.36 | 9.09 | 0.44 | 0.44 |
| Hex | A2 | 4E | 3F | 0 | 34 | 3D | 24 | 9 | 2C | 2C |
| Octal | 242 | 116 | 77 | 0 | 64 | 75 | 44 | 11 | 54 | 54 |
| Binary | 10100010 | 1001110 | 111111 | 0 | 110100 | 111101 | 100100 | 1001 | 101100 | 101100 |
Color Harmonies of #A24E3F
Complementary color
Monochromatic Colors of #A24E3F
Black with #A24E3F
Text Example
Text Example
White with #A24E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E3F; }
p { color: rgb(162,78,63); }
H1.HeaderClassName
{
color: #A24E3F;
}
.AnyTagClassName
{
color: #A24E3F;
}
</style>
background-color css
<style>
a { background-color: #A24E3F; }
a { background-color: rgb(162,78,63); }
div.DivClassName
{
background-color: #A24E3F;
}
.BgClassName
{
background-color: #A24E3F;
}
</style>
border-color css
<style>
span { border-color: #A24E3F; }
span { border-color: rgb(162,78,63); }
td.TdClassName
{
border-color: #A24E3F;
}
.TagClassName
{
border-color: #A24E3F;
}
</style>