Shades of Roof Terracotta #AA4740
Tints of Roof Terracotta #AA4740
RGB
CMYK
RGB Variations
Color information
#AA4740 (or 0xAA4740) is known color: Roof Terracotta. HEX triplet: AA, 47 and 40. RGB value is (170,71,64). Sum of RGB (Red+Green+Blue) = 170+71+64=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4740 is #55B8BF. Grayscale: #636363. Windows color (decimal): -5617856 or 4212650. OLE color: 4212650.
HSL color Cylindrical-coordinate representation of color #AA4740: hue angle of 3.96º 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 #AA4740 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 64 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.33 |
| HSL | 3.96º | 0.45% | 0.46% | - |
| HSV(B) | 3.96º | 0.62% | 0.67% | - |
| XYZ | 19.76 | 13.42 | 6.4 | - |
| YUV | 99.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 64 | 0 | 0.58 | 0.62 | 0.33 | 3.96 | 0.45 | 0.46 |
| Hex | AA | 47 | 40 | 0 | 3A | 3E | 21 | 4 | 2D | 2E |
| Octal | 252 | 107 | 100 | 0 | 72 | 76 | 41 | 4 | 55 | 56 |
| Binary | 10101010 | 1000111 | 1000000 | 0 | 111010 | 111110 | 100001 | 100 | 101101 | 101110 |
Color Harmonies of #AA4740
Complementary color
Monochromatic Colors of #AA4740
Black with #AA4740
Text Example
Text Example
White with #AA4740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4740; }
p { color: rgb(170,71,64); }
H1.HeaderClassName
{
color: #AA4740;
}
.AnyTagClassName
{
color: #AA4740;
}
</style>
background-color css
<style>
a { background-color: #AA4740; }
a { background-color: rgb(170,71,64); }
div.DivClassName
{
background-color: #AA4740;
}
.BgClassName
{
background-color: #AA4740;
}
</style>
border-color css
<style>
span { border-color: #AA4740; }
span { border-color: rgb(170,71,64); }
td.TdClassName
{
border-color: #AA4740;
}
.TagClassName
{
border-color: #AA4740;
}
</style>