Shades of Roof Terracotta #AA4241
Tints of Roof Terracotta #AA4241
RGB
CMYK
RGB Variations
Color information
#AA4241 (or 0xAA4241) is known color: Roof Terracotta. HEX triplet: AA, 42 and 41. RGB value is (170,66,65). Sum of RGB (Red+Green+Blue) = 170+66+65=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4241 is #55BDBE. Grayscale: #616161. Windows color (decimal): -5619135 or 4276906. OLE color: 4276906.
HSL color Cylindrical-coordinate representation of color #AA4241: hue angle of 0.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4241 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 65 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.33 |
| HSL | 0.57º | 0.45% | 0.46% | - |
| HSV(B) | 0.57º | 0.62% | 0.67% | - |
| XYZ | 19.48 | 12.82 | 6.45 | - |
| YUV | 96.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 65 | 0 | 0.61 | 0.62 | 0.33 | 0.57 | 0.45 | 0.46 |
| Hex | AA | 42 | 41 | 0 | 3D | 3E | 21 | 1 | 2D | 2E |
| Octal | 252 | 102 | 101 | 0 | 75 | 76 | 41 | 1 | 55 | 56 |
| Binary | 10101010 | 1000010 | 1000001 | 0 | 111101 | 111110 | 100001 | 1 | 101101 | 101110 |
Color Harmonies of #AA4241
Complementary color
Monochromatic Colors of #AA4241
Black with #AA4241
Text Example
Text Example
White with #AA4241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4241; }
p { color: rgb(170,66,65); }
H1.HeaderClassName
{
color: #AA4241;
}
.AnyTagClassName
{
color: #AA4241;
}
</style>
background-color css
<style>
a { background-color: #AA4241; }
a { background-color: rgb(170,66,65); }
div.DivClassName
{
background-color: #AA4241;
}
.BgClassName
{
background-color: #AA4241;
}
</style>
border-color css
<style>
span { border-color: #AA4241; }
span { border-color: rgb(170,66,65); }
td.TdClassName
{
border-color: #AA4241;
}
.TagClassName
{
border-color: #AA4241;
}
</style>