Shades of Roof Terracotta #AA4343
Tints of Roof Terracotta #AA4343
RGB
CMYK
RGB Variations
Color information
#AA4343 (or 0xAA4343) is known color: Roof Terracotta. HEX triplet: AA, 43 and 43. RGB value is (170,67,67). Sum of RGB (Red+Green+Blue) = 170+67+67=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4343 is #55BCBC. Grayscale: #616161. Windows color (decimal): -5618877 or 4408234. OLE color: 4408234.
HSL color Cylindrical-coordinate representation of color #AA4343: hue angle of 0º degrees, saturation: 0.43, 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 #AA4343 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 67 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.33 |
| HSL | 0º | 0.43% | 0.46% | - |
| HSV(B) | 0º | 0.61% | 0.67% | - |
| XYZ | 19.6 | 12.97 | 6.78 | - |
| YUV | 97.8 | 110.62 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 67 | 0 | 0.61 | 0.61 | 0.33 | 0 | 0.43 | 0.46 |
| Hex | AA | 43 | 43 | 0 | 3D | 3D | 21 | 0 | 2B | 2E |
| Octal | 252 | 103 | 103 | 0 | 75 | 75 | 41 | 0 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1000011 | 0 | 111101 | 111101 | 100001 | 0 | 101011 | 101110 |
Color Harmonies of #AA4343
Complementary color
Monochromatic Colors of #AA4343
Black with #AA4343
Text Example
Text Example
White with #AA4343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4343; }
p { color: rgb(170,67,67); }
H1.HeaderClassName
{
color: #AA4343;
}
.AnyTagClassName
{
color: #AA4343;
}
</style>
background-color css
<style>
a { background-color: #AA4343; }
a { background-color: rgb(170,67,67); }
div.DivClassName
{
background-color: #AA4343;
}
.BgClassName
{
background-color: #AA4343;
}
</style>
border-color css
<style>
span { border-color: #AA4343; }
span { border-color: rgb(170,67,67); }
td.TdClassName
{
border-color: #AA4343;
}
.TagClassName
{
border-color: #AA4343;
}
</style>