Shades of Roof Terracotta #AA4242
Tints of Roof Terracotta #AA4242
RGB
CMYK
RGB Variations
Color information
#AA4242 (or 0xAA4242) is known color: Roof Terracotta. HEX triplet: AA, 42 and 42. RGB value is (170,66,66). Sum of RGB (Red+Green+Blue) = 170+66+66=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4242 is #55BDBD. Grayscale: #616161. Windows color (decimal): -5619134 or 4342442. OLE color: 4342442.
HSL color Cylindrical-coordinate representation of color #AA4242: hue angle of 0º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4242 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 66 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.33 |
| HSL | 0º | 0.44% | 0.46% | - |
| HSV(B) | 0º | 0.61% | 0.67% | - |
| XYZ | 19.51 | 12.84 | 6.6 | - |
| YUV | 97.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 66 | 0 | 0.61 | 0.61 | 0.33 | 0 | 0.44 | 0.46 |
| Hex | AA | 42 | 42 | 0 | 3D | 3D | 21 | 0 | 2C | 2E |
| Octal | 252 | 102 | 102 | 0 | 75 | 75 | 41 | 0 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1000010 | 0 | 111101 | 111101 | 100001 | 0 | 101100 | 101110 |
Color Harmonies of #AA4242
Complementary color
Monochromatic Colors of #AA4242
Black with #AA4242
Text Example
Text Example
White with #AA4242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4242; }
p { color: rgb(170,66,66); }
H1.HeaderClassName
{
color: #AA4242;
}
.AnyTagClassName
{
color: #AA4242;
}
</style>
background-color css
<style>
a { background-color: #AA4242; }
a { background-color: rgb(170,66,66); }
div.DivClassName
{
background-color: #AA4242;
}
.BgClassName
{
background-color: #AA4242;
}
</style>
border-color css
<style>
span { border-color: #AA4242; }
span { border-color: rgb(170,66,66); }
td.TdClassName
{
border-color: #AA4242;
}
.TagClassName
{
border-color: #AA4242;
}
</style>