Shades of Roof Terracotta #A64747
Tints of Roof Terracotta #A64747
RGB
CMYK
RGB Variations
Color information
#A64747 (or 0xA64747) is known color: Roof Terracotta. HEX triplet: A6, 47 and 47. RGB value is (166,71,71). Sum of RGB (Red+Green+Blue) = 166+71+71=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A64747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64747 is #59B8B8. Grayscale: #636363. Windows color (decimal): -5879993 or 4671398. OLE color: 4671398.
HSL color Cylindrical-coordinate representation of color #A64747: hue angle of 0º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64747 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 71 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.35 |
| HSL | 0º | 0.4% | 0.46% | - |
| HSV(B) | 0º | 0.57% | 0.65% | - |
| XYZ | 19.12 | 13.07 | 7.48 | - |
| YUV | 99.41 | 111.97 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 71 | 0 | 0.57 | 0.57 | 0.35 | 0 | 0.4 | 0.46 |
| Hex | A6 | 47 | 47 | 0 | 39 | 39 | 23 | 0 | 28 | 2E |
| Octal | 246 | 107 | 107 | 0 | 71 | 71 | 43 | 0 | 50 | 56 |
| Binary | 10100110 | 1000111 | 1000111 | 0 | 111001 | 111001 | 100011 | 0 | 101000 | 101110 |
Color Harmonies of #A64747
Complementary color
Monochromatic Colors of #A64747
Black with #A64747
Text Example
Text Example
White with #A64747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64747; }
p { color: rgb(166,71,71); }
H1.HeaderClassName
{
color: #A64747;
}
.AnyTagClassName
{
color: #A64747;
}
</style>
background-color css
<style>
a { background-color: #A64747; }
a { background-color: rgb(166,71,71); }
div.DivClassName
{
background-color: #A64747;
}
.BgClassName
{
background-color: #A64747;
}
</style>
border-color css
<style>
span { border-color: #A64747; }
span { border-color: rgb(166,71,71); }
td.TdClassName
{
border-color: #A64747;
}
.TagClassName
{
border-color: #A64747;
}
</style>