Shades of Roof Terracotta #A24E46
Tints of Roof Terracotta #A24E46
RGB
CMYK
RGB Variations
Color information
#A24E46 (or 0xA24E46) is known color: Roof Terracotta. HEX triplet: A2, 4E and 46. RGB value is (162,78,70). Sum of RGB (Red+Green+Blue) = 162+78+70=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E46 is #5DB1B9. Grayscale: #666666. Windows color (decimal): -6140346 or 4607650. OLE color: 4607650.
HSL color Cylindrical-coordinate representation of color #A24E46: hue angle of 5.22º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24E46 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 70 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.36 |
| HSL | 5.22º | 0.4% | 0.45% | - |
| HSV(B) | 5.22º | 0.57% | 0.64% | - |
| XYZ | 18.73 | 13.57 | 7.43 | - |
| YUV | 102.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 70 | 0 | 0.52 | 0.57 | 0.36 | 5.22 | 0.4 | 0.45 |
| Hex | A2 | 4E | 46 | 0 | 34 | 39 | 24 | 5 | 28 | 2D |
| Octal | 242 | 116 | 106 | 0 | 64 | 71 | 44 | 5 | 50 | 55 |
| Binary | 10100010 | 1001110 | 1000110 | 0 | 110100 | 111001 | 100100 | 101 | 101000 | 101101 |
Color Harmonies of #A24E46
Complementary color
Monochromatic Colors of #A24E46
Black with #A24E46
Text Example
Text Example
White with #A24E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E46; }
p { color: rgb(162,78,70); }
H1.HeaderClassName
{
color: #A24E46;
}
.AnyTagClassName
{
color: #A24E46;
}
</style>
background-color css
<style>
a { background-color: #A24E46; }
a { background-color: rgb(162,78,70); }
div.DivClassName
{
background-color: #A24E46;
}
.BgClassName
{
background-color: #A24E46;
}
</style>
border-color css
<style>
span { border-color: #A24E46; }
span { border-color: rgb(162,78,70); }
td.TdClassName
{
border-color: #A24E46;
}
.TagClassName
{
border-color: #A24E46;
}
</style>