Shades of Roof Terracotta #A44646
Tints of Roof Terracotta #A44646
RGB
CMYK
RGB Variations
Color information
#A44646 (or 0xA44646) is known color: Roof Terracotta. HEX triplet: A4, 46 and 46. RGB value is (164,70,70). Sum of RGB (Red+Green+Blue) = 164+70+70=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A44646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44646 is #5BB9B9. Grayscale: #626262. Windows color (decimal): -6011322 or 4605604. OLE color: 4605604.
HSL color Cylindrical-coordinate representation of color #A44646: hue angle of 0º 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 #A44646 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 70 | 70 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.36 |
| HSL | 0º | 0.4% | 0.46% | - |
| HSV(B) | 0º | 0.57% | 0.64% | - |
| XYZ | 18.61 | 12.72 | 7.27 | - |
| YUV | 98.11 | 112.14 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 70 | 70 | 0 | 0.57 | 0.57 | 0.36 | 0 | 0.4 | 0.46 |
| Hex | A4 | 46 | 46 | 0 | 39 | 39 | 24 | 0 | 28 | 2E |
| Octal | 244 | 106 | 106 | 0 | 71 | 71 | 44 | 0 | 50 | 56 |
| Binary | 10100100 | 1000110 | 1000110 | 0 | 111001 | 111001 | 100100 | 0 | 101000 | 101110 |
Color Harmonies of #A44646
Complementary color
Monochromatic Colors of #A44646
Black with #A44646
Text Example
Text Example
White with #A44646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44646; }
p { color: rgb(164,70,70); }
H1.HeaderClassName
{
color: #A44646;
}
.AnyTagClassName
{
color: #A44646;
}
</style>
background-color css
<style>
a { background-color: #A44646; }
a { background-color: rgb(164,70,70); }
div.DivClassName
{
background-color: #A44646;
}
.BgClassName
{
background-color: #A44646;
}
</style>
border-color css
<style>
span { border-color: #A44646; }
span { border-color: rgb(164,70,70); }
td.TdClassName
{
border-color: #A44646;
}
.TagClassName
{
border-color: #A44646;
}
</style>