Shades of Roof Terracotta #A24A40
Tints of Roof Terracotta #A24A40
RGB
CMYK
RGB Variations
Color information
#A24A40 (or 0xA24A40) is known color: Roof Terracotta. HEX triplet: A2, 4A and 40. RGB value is (162,74,64). Sum of RGB (Red+Green+Blue) = 162+74+64=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A40 is #5DB5BF. Grayscale: #636363. Windows color (decimal): -6141376 or 4213410. OLE color: 4213410.
HSL color Cylindrical-coordinate representation of color #A24A40: hue angle of 6.12º 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 #A24A40 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 64 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.36 |
| HSL | 6.12º | 0.43% | 0.44% | - |
| HSV(B) | 6.12º | 0.6% | 0.64% | - |
| XYZ | 18.27 | 12.95 | 6.39 | - |
| YUV | 99.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 64 | 0 | 0.54 | 0.60 | 0.36 | 6.12 | 0.43 | 0.44 |
| Hex | A2 | 4A | 40 | 0 | 36 | 3C | 24 | 6 | 2B | 2C |
| Octal | 242 | 112 | 100 | 0 | 66 | 74 | 44 | 6 | 53 | 54 |
| Binary | 10100010 | 1001010 | 1000000 | 0 | 110110 | 111100 | 100100 | 110 | 101011 | 101100 |
Color Harmonies of #A24A40
Complementary color
Monochromatic Colors of #A24A40
Black with #A24A40
Text Example
Text Example
White with #A24A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A40; }
p { color: rgb(162,74,64); }
H1.HeaderClassName
{
color: #A24A40;
}
.AnyTagClassName
{
color: #A24A40;
}
</style>
background-color css
<style>
a { background-color: #A24A40; }
a { background-color: rgb(162,74,64); }
div.DivClassName
{
background-color: #A24A40;
}
.BgClassName
{
background-color: #A24A40;
}
</style>
border-color css
<style>
span { border-color: #A24A40; }
span { border-color: rgb(162,74,64); }
td.TdClassName
{
border-color: #A24A40;
}
.TagClassName
{
border-color: #A24A40;
}
</style>