Shades of Roof Terracotta #A24E44
Tints of Roof Terracotta #A24E44
RGB
CMYK
RGB Variations
Color information
#A24E44 (or 0xA24E44) is known color: Roof Terracotta. HEX triplet: A2, 4E and 44. RGB value is (162,78,68). Sum of RGB (Red+Green+Blue) = 162+78+68=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E44 is #5DB1BB. Grayscale: #666666. Windows color (decimal): -6140348 or 4476578. OLE color: 4476578.
HSL color Cylindrical-coordinate representation of color #A24E44: hue angle of 6.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24E44 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 68 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.36 |
| HSL | 6.38º | 0.41% | 0.45% | - |
| HSV(B) | 6.38º | 0.58% | 0.64% | - |
| XYZ | 18.67 | 13.55 | 7.1 | - |
| YUV | 101.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 68 | 0 | 0.52 | 0.58 | 0.36 | 6.38 | 0.41 | 0.45 |
| Hex | A2 | 4E | 44 | 0 | 34 | 3A | 24 | 6 | 29 | 2D |
| Octal | 242 | 116 | 104 | 0 | 64 | 72 | 44 | 6 | 51 | 55 |
| Binary | 10100010 | 1001110 | 1000100 | 0 | 110100 | 111010 | 100100 | 110 | 101001 | 101101 |
Color Harmonies of #A24E44
Complementary color
Monochromatic Colors of #A24E44
Black with #A24E44
Text Example
Text Example
White with #A24E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E44; }
p { color: rgb(162,78,68); }
H1.HeaderClassName
{
color: #A24E44;
}
.AnyTagClassName
{
color: #A24E44;
}
</style>
background-color css
<style>
a { background-color: #A24E44; }
a { background-color: rgb(162,78,68); }
div.DivClassName
{
background-color: #A24E44;
}
.BgClassName
{
background-color: #A24E44;
}
</style>
border-color css
<style>
span { border-color: #A24E44; }
span { border-color: rgb(162,78,68); }
td.TdClassName
{
border-color: #A24E44;
}
.TagClassName
{
border-color: #A24E44;
}
</style>