Shades of Roof Terracotta #AA4841
Tints of Roof Terracotta #AA4841
RGB
CMYK
RGB Variations
Color information
#AA4841 (or 0xAA4841) is known color: Roof Terracotta. HEX triplet: AA, 48 and 41. RGB value is (170,72,65). Sum of RGB (Red+Green+Blue) = 170+72+65=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4841 is #55B7BE. Grayscale: #646464. Windows color (decimal): -5617599 or 4278442. OLE color: 4278442.
HSL color Cylindrical-coordinate representation of color #AA4841: hue angle of 4º 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 #AA4841 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 65 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.33 |
| HSL | 4º | 0.45% | 0.46% | - |
| HSV(B) | 4º | 0.62% | 0.67% | - |
| XYZ | 19.85 | 13.56 | 6.57 | - |
| YUV | 100.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 65 | 0 | 0.58 | 0.62 | 0.33 | 4 | 0.45 | 0.46 |
| Hex | AA | 48 | 41 | 0 | 3A | 3E | 21 | 4 | 2D | 2E |
| Octal | 252 | 110 | 101 | 0 | 72 | 76 | 41 | 4 | 55 | 56 |
| Binary | 10101010 | 1001000 | 1000001 | 0 | 111010 | 111110 | 100001 | 100 | 101101 | 101110 |
Color Harmonies of #AA4841
Complementary color
Monochromatic Colors of #AA4841
Black with #AA4841
Text Example
Text Example
White with #AA4841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4841; }
p { color: rgb(170,72,65); }
H1.HeaderClassName
{
color: #AA4841;
}
.AnyTagClassName
{
color: #AA4841;
}
</style>
background-color css
<style>
a { background-color: #AA4841; }
a { background-color: rgb(170,72,65); }
div.DivClassName
{
background-color: #AA4841;
}
.BgClassName
{
background-color: #AA4841;
}
</style>
border-color css
<style>
span { border-color: #AA4841; }
span { border-color: rgb(170,72,65); }
td.TdClassName
{
border-color: #AA4841;
}
.TagClassName
{
border-color: #AA4841;
}
</style>