Shades of Roof Terracotta #AA4A42
Tints of Roof Terracotta #AA4A42
RGB
CMYK
RGB Variations
Color information
#AA4A42 (or 0xAA4A42) is known color: Roof Terracotta. HEX triplet: AA, 4A and 42. RGB value is (170,74,66). Sum of RGB (Red+Green+Blue) = 170+74+66=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A42 is #55B5BD. Grayscale: #656565. Windows color (decimal): -5617086 or 4344490. OLE color: 4344490.
HSL color Cylindrical-coordinate representation of color #AA4A42: hue angle of 4.62º degrees, saturation: 0.44, 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 #AA4A42 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 66 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.33 |
| HSL | 4.62º | 0.44% | 0.46% | - |
| HSV(B) | 4.62º | 0.61% | 0.67% | - |
| XYZ | 20.01 | 13.84 | 6.77 | - |
| YUV | 101.79 | 107.8 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 66 | 0 | 0.56 | 0.61 | 0.33 | 4.62 | 0.44 | 0.46 |
| Hex | AA | 4A | 42 | 0 | 38 | 3D | 21 | 5 | 2C | 2E |
| Octal | 252 | 112 | 102 | 0 | 70 | 75 | 41 | 5 | 54 | 56 |
| Binary | 10101010 | 1001010 | 1000010 | 0 | 111000 | 111101 | 100001 | 101 | 101100 | 101110 |
Color Harmonies of #AA4A42
Complementary color
Monochromatic Colors of #AA4A42
Black with #AA4A42
Text Example
Text Example
White with #AA4A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A42; }
p { color: rgb(170,74,66); }
H1.HeaderClassName
{
color: #AA4A42;
}
.AnyTagClassName
{
color: #AA4A42;
}
</style>
background-color css
<style>
a { background-color: #AA4A42; }
a { background-color: rgb(170,74,66); }
div.DivClassName
{
background-color: #AA4A42;
}
.BgClassName
{
background-color: #AA4A42;
}
</style>
border-color css
<style>
span { border-color: #AA4A42; }
span { border-color: rgb(170,74,66); }
td.TdClassName
{
border-color: #AA4A42;
}
.TagClassName
{
border-color: #AA4A42;
}
</style>