Shades of Roof Terracotta #A24C40
Tints of Roof Terracotta #A24C40
RGB
CMYK
RGB Variations
Color information
#A24C40 (or 0xA24C40) is known color: Roof Terracotta. HEX triplet: A2, 4C and 40. RGB value is (162,76,64). Sum of RGB (Red+Green+Blue) = 162+76+64=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C40 is #5DB3BF. Grayscale: #646464. Windows color (decimal): -6140864 or 4213922. OLE color: 4213922.
HSL color Cylindrical-coordinate representation of color #A24C40: hue angle of 7.35º 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 #A24C40 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 64 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.36 |
| HSL | 7.35º | 0.43% | 0.44% | - |
| HSV(B) | 7.35º | 0.6% | 0.64% | - |
| XYZ | 18.41 | 13.22 | 6.43 | - |
| YUV | 100.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 64 | 0 | 0.53 | 0.60 | 0.36 | 7.35 | 0.43 | 0.44 |
| Hex | A2 | 4C | 40 | 0 | 35 | 3C | 24 | 7 | 2B | 2C |
| Octal | 242 | 114 | 100 | 0 | 65 | 74 | 44 | 7 | 53 | 54 |
| Binary | 10100010 | 1001100 | 1000000 | 0 | 110101 | 111100 | 100100 | 111 | 101011 | 101100 |
Color Harmonies of #A24C40
Complementary color
Monochromatic Colors of #A24C40
Black with #A24C40
Text Example
Text Example
White with #A24C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C40; }
p { color: rgb(162,76,64); }
H1.HeaderClassName
{
color: #A24C40;
}
.AnyTagClassName
{
color: #A24C40;
}
</style>
background-color css
<style>
a { background-color: #A24C40; }
a { background-color: rgb(162,76,64); }
div.DivClassName
{
background-color: #A24C40;
}
.BgClassName
{
background-color: #A24C40;
}
</style>
border-color css
<style>
span { border-color: #A24C40; }
span { border-color: rgb(162,76,64); }
td.TdClassName
{
border-color: #A24C40;
}
.TagClassName
{
border-color: #A24C40;
}
</style>