Shades of Roof Terracotta #AA4743
Tints of Roof Terracotta #AA4743
RGB
CMYK
RGB Variations
Color information
#AA4743 (or 0xAA4743) is known color: Roof Terracotta. HEX triplet: AA, 47 and 43. RGB value is (170,71,67). Sum of RGB (Red+Green+Blue) = 170+71+67=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4743 is #55B8BC. Grayscale: #646464. Windows color (decimal): -5617853 or 4409258. OLE color: 4409258.
HSL color Cylindrical-coordinate representation of color #AA4743: hue angle of 2.33º degrees, saturation: 0.43, 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 #AA4743 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 67 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.33 |
| HSL | 2.33º | 0.43% | 0.46% | - |
| HSV(B) | 2.33º | 0.61% | 0.67% | - |
| XYZ | 19.84 | 13.46 | 6.86 | - |
| YUV | 100.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 67 | 0 | 0.58 | 0.61 | 0.33 | 2.33 | 0.43 | 0.46 |
| Hex | AA | 47 | 43 | 0 | 3A | 3D | 21 | 2 | 2B | 2E |
| Octal | 252 | 107 | 103 | 0 | 72 | 75 | 41 | 2 | 53 | 56 |
| Binary | 10101010 | 1000111 | 1000011 | 0 | 111010 | 111101 | 100001 | 10 | 101011 | 101110 |
Color Harmonies of #AA4743
Complementary color
Monochromatic Colors of #AA4743
Black with #AA4743
Text Example
Text Example
White with #AA4743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4743; }
p { color: rgb(170,71,67); }
H1.HeaderClassName
{
color: #AA4743;
}
.AnyTagClassName
{
color: #AA4743;
}
</style>
background-color css
<style>
a { background-color: #AA4743; }
a { background-color: rgb(170,71,67); }
div.DivClassName
{
background-color: #AA4743;
}
.BgClassName
{
background-color: #AA4743;
}
</style>
border-color css
<style>
span { border-color: #AA4743; }
span { border-color: rgb(170,71,67); }
td.TdClassName
{
border-color: #AA4743;
}
.TagClassName
{
border-color: #AA4743;
}
</style>