Shades of Roof Terracotta #A64141
Tints of Roof Terracotta #A64141
RGB
CMYK
RGB Variations
Color information
#A64141 (or 0xA64141) is known color: Roof Terracotta. HEX triplet: A6, 41 and 41. RGB value is (166,65,65). Sum of RGB (Red+Green+Blue) = 166+65+65=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A64141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64141 is #59BEBE. Grayscale: #5F5F5F. Windows color (decimal): -5881535 or 4276646. OLE color: 4276646.
HSL color Cylindrical-coordinate representation of color #A64141: hue angle of 0º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64141 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 65 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.35 |
| HSL | 0º | 0.44% | 0.45% | - |
| HSV(B) | 0º | 0.61% | 0.65% | - |
| XYZ | 18.57 | 12.27 | 6.39 | - |
| YUV | 95.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 65 | 0 | 0.61 | 0.61 | 0.35 | 0 | 0.44 | 0.45 |
| Hex | A6 | 41 | 41 | 0 | 3D | 3D | 23 | 0 | 2C | 2D |
| Octal | 246 | 101 | 101 | 0 | 75 | 75 | 43 | 0 | 54 | 55 |
| Binary | 10100110 | 1000001 | 1000001 | 0 | 111101 | 111101 | 100011 | 0 | 101100 | 101101 |
Color Harmonies of #A64141
Complementary color
Monochromatic Colors of #A64141
Black with #A64141
Text Example
Text Example
White with #A64141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64141; }
p { color: rgb(166,65,65); }
H1.HeaderClassName
{
color: #A64141;
}
.AnyTagClassName
{
color: #A64141;
}
</style>
background-color css
<style>
a { background-color: #A64141; }
a { background-color: rgb(166,65,65); }
div.DivClassName
{
background-color: #A64141;
}
.BgClassName
{
background-color: #A64141;
}
</style>
border-color css
<style>
span { border-color: #A64141; }
span { border-color: rgb(166,65,65); }
td.TdClassName
{
border-color: #A64141;
}
.TagClassName
{
border-color: #A64141;
}
</style>