Shades of Roof Terracotta #AA4845
Tints of Roof Terracotta #AA4845
RGB
CMYK
RGB Variations
Color information
#AA4845 (or 0xAA4845) is known color: Roof Terracotta. HEX triplet: AA, 48 and 45. RGB value is (170,72,69). Sum of RGB (Red+Green+Blue) = 170+72+69=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4845 is #55B7BA. Grayscale: #656565. Windows color (decimal): -5617595 or 4540586. OLE color: 4540586.
HSL color Cylindrical-coordinate representation of color #AA4845: hue angle of 1.78º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4845 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 69 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.33 |
| HSL | 1.78º | 0.42% | 0.47% | - |
| HSV(B) | 1.78º | 0.59% | 0.67% | - |
| XYZ | 19.97 | 13.61 | 7.2 | - |
| YUV | 100.96 | 109.97 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 69 | 0 | 0.58 | 0.59 | 0.33 | 1.78 | 0.42 | 0.47 |
| Hex | AA | 48 | 45 | 0 | 3A | 3B | 21 | 2 | 2A | 2F |
| Octal | 252 | 110 | 105 | 0 | 72 | 73 | 41 | 2 | 52 | 57 |
| Binary | 10101010 | 1001000 | 1000101 | 0 | 111010 | 111011 | 100001 | 10 | 101010 | 101111 |
Color Harmonies of #AA4845
Complementary color
Monochromatic Colors of #AA4845
Black with #AA4845
Text Example
Text Example
White with #AA4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4845; }
p { color: rgb(170,72,69); }
H1.HeaderClassName
{
color: #AA4845;
}
.AnyTagClassName
{
color: #AA4845;
}
</style>
background-color css
<style>
a { background-color: #AA4845; }
a { background-color: rgb(170,72,69); }
div.DivClassName
{
background-color: #AA4845;
}
.BgClassName
{
background-color: #AA4845;
}
</style>
border-color css
<style>
span { border-color: #AA4845; }
span { border-color: rgb(170,72,69); }
td.TdClassName
{
border-color: #AA4845;
}
.TagClassName
{
border-color: #AA4845;
}
</style>