Shades of Roof Terracotta #A64C40
Tints of Roof Terracotta #A64C40
RGB
CMYK
RGB Variations
Color information
#A64C40 (or 0xA64C40) is known color: Roof Terracotta. HEX triplet: A6, 4C and 40. RGB value is (166,76,64). Sum of RGB (Red+Green+Blue) = 166+76+64=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C40 is #59B3BF. Grayscale: #656565. Windows color (decimal): -5878720 or 4213926. OLE color: 4213926.
HSL color Cylindrical-coordinate representation of color #A64C40: hue angle of 7.06º 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 #A64C40 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 76 | 64 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.35 |
| HSL | 7.06º | 0.44% | 0.45% | - |
| HSV(B) | 7.06º | 0.61% | 0.65% | - |
| XYZ | 19.24 | 13.65 | 6.47 | - |
| YUV | 101.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 64 | 0 | 0.54 | 0.61 | 0.35 | 7.06 | 0.44 | 0.45 |
| Hex | A6 | 4C | 40 | 0 | 36 | 3D | 23 | 7 | 2C | 2D |
| Octal | 246 | 114 | 100 | 0 | 66 | 75 | 43 | 7 | 54 | 55 |
| Binary | 10100110 | 1001100 | 1000000 | 0 | 110110 | 111101 | 100011 | 111 | 101100 | 101101 |
Color Harmonies of #A64C40
Complementary color
Monochromatic Colors of #A64C40
Black with #A64C40
Text Example
Text Example
White with #A64C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64C40; }
p { color: rgb(166,76,64); }
H1.HeaderClassName
{
color: #A64C40;
}
.AnyTagClassName
{
color: #A64C40;
}
</style>
background-color css
<style>
a { background-color: #A64C40; }
a { background-color: rgb(166,76,64); }
div.DivClassName
{
background-color: #A64C40;
}
.BgClassName
{
background-color: #A64C40;
}
</style>
border-color css
<style>
span { border-color: #A64C40; }
span { border-color: rgb(166,76,64); }
td.TdClassName
{
border-color: #A64C40;
}
.TagClassName
{
border-color: #A64C40;
}
</style>