Shades of Roof Terracotta #AA443F
Tints of Roof Terracotta #AA443F
RGB
CMYK
RGB Variations
Color information
#AA443F (or 0xAA443F) is known color: Roof Terracotta. HEX triplet: AA, 44 and 3F. RGB value is (170,68,63). Sum of RGB (Red+Green+Blue) = 170+68+63=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA443F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA443F is #55BBC0. Grayscale: #626262. Windows color (decimal): -5618625 or 4146346. OLE color: 4146346.
HSL color Cylindrical-coordinate representation of color #AA443F: hue angle of 2.8º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA443F is Cyan = 0, Magento = 0.6, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 63 | - |
| CMYK | 0 | 0.6 | 0.63 | 0.33 |
| HSL | 2.8º | 0.46% | 0.46% | - |
| HSV(B) | 2.8º | 0.63% | 0.67% | - |
| XYZ | 19.54 | 13.04 | 6.19 | - |
| YUV | 97.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 63 | 0 | 0.6 | 0.63 | 0.33 | 2.8 | 0.46 | 0.46 |
| Hex | AA | 44 | 3F | 0 | 3C | 3F | 21 | 3 | 2E | 2E |
| Octal | 252 | 104 | 77 | 0 | 74 | 77 | 41 | 3 | 56 | 56 |
| Binary | 10101010 | 1000100 | 111111 | 0 | 111100 | 111111 | 100001 | 11 | 101110 | 101110 |
Color Harmonies of #AA443F
Complementary color
Monochromatic Colors of #AA443F
Black with #AA443F
Text Example
Text Example
White with #AA443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA443F; }
p { color: rgb(170,68,63); }
H1.HeaderClassName
{
color: #AA443F;
}
.AnyTagClassName
{
color: #AA443F;
}
</style>
background-color css
<style>
a { background-color: #AA443F; }
a { background-color: rgb(170,68,63); }
div.DivClassName
{
background-color: #AA443F;
}
.BgClassName
{
background-color: #AA443F;
}
</style>
border-color css
<style>
span { border-color: #AA443F; }
span { border-color: rgb(170,68,63); }
td.TdClassName
{
border-color: #AA443F;
}
.TagClassName
{
border-color: #AA443F;
}
</style>