Shades of Roof Terracotta #A64645
Tints of Roof Terracotta #A64645
RGB
CMYK
RGB Variations
Color information
#A64645 (or 0xA64645) is known color: Roof Terracotta. HEX triplet: A6, 46 and 45. RGB value is (166,70,69). Sum of RGB (Red+Green+Blue) = 166+70+69=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A64645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64645 is #59B9BA. Grayscale: #626262. Windows color (decimal): -5880251 or 4540070. OLE color: 4540070.
HSL color Cylindrical-coordinate representation of color #A64645: hue angle of 0.62º 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 #A64645 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 69 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.35 |
| HSL | 0.62º | 0.41% | 0.46% | - |
| HSV(B) | 0.62º | 0.58% | 0.65% | - |
| XYZ | 18.99 | 12.92 | 7.12 | - |
| YUV | 98.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 69 | 0 | 0.58 | 0.58 | 0.35 | 0.62 | 0.41 | 0.46 |
| Hex | A6 | 46 | 45 | 0 | 3A | 3A | 23 | 1 | 29 | 2E |
| Octal | 246 | 106 | 105 | 0 | 72 | 72 | 43 | 1 | 51 | 56 |
| Binary | 10100110 | 1000110 | 1000101 | 0 | 111010 | 111010 | 100011 | 1 | 101001 | 101110 |
Color Harmonies of #A64645
Complementary color
Monochromatic Colors of #A64645
Black with #A64645
Text Example
Text Example
White with #A64645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64645; }
p { color: rgb(166,70,69); }
H1.HeaderClassName
{
color: #A64645;
}
.AnyTagClassName
{
color: #A64645;
}
</style>
background-color css
<style>
a { background-color: #A64645; }
a { background-color: rgb(166,70,69); }
div.DivClassName
{
background-color: #A64645;
}
.BgClassName
{
background-color: #A64645;
}
</style>
border-color css
<style>
span { border-color: #A64645; }
span { border-color: rgb(166,70,69); }
td.TdClassName
{
border-color: #A64645;
}
.TagClassName
{
border-color: #A64645;
}
</style>