Shades of Roof Terracotta #AA433F
Tints of Roof Terracotta #AA433F
RGB
CMYK
RGB Variations
Color information
#AA433F (or 0xAA433F) is known color: Roof Terracotta. HEX triplet: AA, 43 and 3F. RGB value is (170,67,63). Sum of RGB (Red+Green+Blue) = 170+67+63=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA433F is #55BCC0. Grayscale: #616161. Windows color (decimal): -5618881 or 4146090. OLE color: 4146090.
HSL color Cylindrical-coordinate representation of color #AA433F: hue angle of 2.24º 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 #AA433F is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 63 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.33 |
| HSL | 2.24º | 0.46% | 0.46% | - |
| HSV(B) | 2.24º | 0.63% | 0.67% | - |
| XYZ | 19.48 | 12.92 | 6.17 | - |
| YUV | 97.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 63 | 0 | 0.61 | 0.63 | 0.33 | 2.24 | 0.46 | 0.46 |
| Hex | AA | 43 | 3F | 0 | 3D | 3F | 21 | 2 | 2E | 2E |
| Octal | 252 | 103 | 77 | 0 | 75 | 77 | 41 | 2 | 56 | 56 |
| Binary | 10101010 | 1000011 | 111111 | 0 | 111101 | 111111 | 100001 | 10 | 101110 | 101110 |
Color Harmonies of #AA433F
Complementary color
Monochromatic Colors of #AA433F
Black with #AA433F
Text Example
Text Example
White with #AA433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA433F; }
p { color: rgb(170,67,63); }
H1.HeaderClassName
{
color: #AA433F;
}
.AnyTagClassName
{
color: #AA433F;
}
</style>
background-color css
<style>
a { background-color: #AA433F; }
a { background-color: rgb(170,67,63); }
div.DivClassName
{
background-color: #AA433F;
}
.BgClassName
{
background-color: #AA433F;
}
</style>
border-color css
<style>
span { border-color: #AA433F; }
span { border-color: rgb(170,67,63); }
td.TdClassName
{
border-color: #AA433F;
}
.TagClassName
{
border-color: #AA433F;
}
</style>