Shades of Roof Terracotta #A44946
Tints of Roof Terracotta #A44946
RGB
CMYK
RGB Variations
Color information
#A44946 (or 0xA44946) is known color: Roof Terracotta. HEX triplet: A4, 49 and 46. RGB value is (164,73,70). Sum of RGB (Red+Green+Blue) = 164+73+70=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A44946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44946 is #5BB6B9. Grayscale: #636363. Windows color (decimal): -6010554 or 4606372. OLE color: 4606372.
HSL color Cylindrical-coordinate representation of color #A44946: hue angle of 1.91º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A44946 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 73 | 70 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.36 |
| HSL | 1.91º | 0.4% | 0.46% | - |
| HSV(B) | 1.91º | 0.57% | 0.64% | - |
| XYZ | 18.8 | 13.1 | 7.33 | - |
| YUV | 99.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 70 | 0 | 0.55 | 0.57 | 0.36 | 1.91 | 0.4 | 0.46 |
| Hex | A4 | 49 | 46 | 0 | 37 | 39 | 24 | 2 | 28 | 2E |
| Octal | 244 | 111 | 106 | 0 | 67 | 71 | 44 | 2 | 50 | 56 |
| Binary | 10100100 | 1001001 | 1000110 | 0 | 110111 | 111001 | 100100 | 10 | 101000 | 101110 |
Color Harmonies of #A44946
Complementary color
Monochromatic Colors of #A44946
Black with #A44946
Text Example
Text Example
White with #A44946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44946; }
p { color: rgb(164,73,70); }
H1.HeaderClassName
{
color: #A44946;
}
.AnyTagClassName
{
color: #A44946;
}
</style>
background-color css
<style>
a { background-color: #A44946; }
a { background-color: rgb(164,73,70); }
div.DivClassName
{
background-color: #A44946;
}
.BgClassName
{
background-color: #A44946;
}
</style>
border-color css
<style>
span { border-color: #A44946; }
span { border-color: rgb(164,73,70); }
td.TdClassName
{
border-color: #A44946;
}
.TagClassName
{
border-color: #A44946;
}
</style>