Shades of Roof Terracotta #A64646
Tints of Roof Terracotta #A64646
RGB
CMYK
RGB Variations
Color information
#A64646 (or 0xA64646) is known color: Roof Terracotta. HEX triplet: A6, 46 and 46. RGB value is (166,70,70). Sum of RGB (Red+Green+Blue) = 166+70+70=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A64646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64646 is #59B9B9. Grayscale: #626262. Windows color (decimal): -5880250 or 4605606. OLE color: 4605606.
HSL color Cylindrical-coordinate representation of color #A64646: hue angle of 0º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64646 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 70 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.35 |
| HSL | 0º | 0.41% | 0.46% | - |
| HSV(B) | 0º | 0.58% | 0.65% | - |
| XYZ | 19.02 | 12.93 | 7.29 | - |
| YUV | 98.7 | 111.8 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 70 | 0 | 0.58 | 0.58 | 0.35 | 0 | 0.41 | 0.46 |
| Hex | A6 | 46 | 46 | 0 | 3A | 3A | 23 | 0 | 29 | 2E |
| Octal | 246 | 106 | 106 | 0 | 72 | 72 | 43 | 0 | 51 | 56 |
| Binary | 10100110 | 1000110 | 1000110 | 0 | 111010 | 111010 | 100011 | 0 | 101001 | 101110 |
Color Harmonies of #A64646
Complementary color
Monochromatic Colors of #A64646
Black with #A64646
Text Example
Text Example
White with #A64646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64646; }
p { color: rgb(166,70,70); }
H1.HeaderClassName
{
color: #A64646;
}
.AnyTagClassName
{
color: #A64646;
}
</style>
background-color css
<style>
a { background-color: #A64646; }
a { background-color: rgb(166,70,70); }
div.DivClassName
{
background-color: #A64646;
}
.BgClassName
{
background-color: #A64646;
}
</style>
border-color css
<style>
span { border-color: #A64646; }
span { border-color: rgb(166,70,70); }
td.TdClassName
{
border-color: #A64646;
}
.TagClassName
{
border-color: #A64646;
}
</style>