Shades of Roof Terracotta #A64443
Tints of Roof Terracotta #A64443
RGB
CMYK
RGB Variations
Color information
#A64443 (or 0xA64443) is known color: Roof Terracotta. HEX triplet: A6, 44 and 43. RGB value is (166,68,67). Sum of RGB (Red+Green+Blue) = 166+68+67=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A64443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64443 is #59BBBC. Grayscale: #616161. Windows color (decimal): -5880765 or 4408486. OLE color: 4408486.
HSL color Cylindrical-coordinate representation of color #A64443: hue angle of 0.61º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64443 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 67 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.35 |
| HSL | 0.61º | 0.42% | 0.46% | - |
| HSV(B) | 0.61º | 0.6% | 0.65% | - |
| XYZ | 18.81 | 12.65 | 6.76 | - |
| YUV | 97.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 67 | 0 | 0.59 | 0.60 | 0.35 | 0.61 | 0.42 | 0.46 |
| Hex | A6 | 44 | 43 | 0 | 3B | 3C | 23 | 1 | 2A | 2E |
| Octal | 246 | 104 | 103 | 0 | 73 | 74 | 43 | 1 | 52 | 56 |
| Binary | 10100110 | 1000100 | 1000011 | 0 | 111011 | 111100 | 100011 | 1 | 101010 | 101110 |
Color Harmonies of #A64443
Complementary color
Monochromatic Colors of #A64443
Black with #A64443
Text Example
Text Example
White with #A64443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64443; }
p { color: rgb(166,68,67); }
H1.HeaderClassName
{
color: #A64443;
}
.AnyTagClassName
{
color: #A64443;
}
</style>
background-color css
<style>
a { background-color: #A64443; }
a { background-color: rgb(166,68,67); }
div.DivClassName
{
background-color: #A64443;
}
.BgClassName
{
background-color: #A64443;
}
</style>
border-color css
<style>
span { border-color: #A64443; }
span { border-color: rgb(166,68,67); }
td.TdClassName
{
border-color: #A64443;
}
.TagClassName
{
border-color: #A64443;
}
</style>