Shades of Roof Terracotta #A64340
Tints of Roof Terracotta #A64340
RGB
CMYK
RGB Variations
Color information
#A64340 (or 0xA64340) is known color: Roof Terracotta. HEX triplet: A6, 43 and 40. RGB value is (166,67,64). Sum of RGB (Red+Green+Blue) = 166+67+64=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A64340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64340 is #59BCBF. Grayscale: #606060. Windows color (decimal): -5881024 or 4211622. OLE color: 4211622.
HSL color Cylindrical-coordinate representation of color #A64340: hue angle of 1.76º 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 #A64340 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 64 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.35 |
| HSL | 1.76º | 0.44% | 0.45% | - |
| HSV(B) | 1.76º | 0.61% | 0.65% | - |
| XYZ | 18.66 | 12.49 | 6.28 | - |
| YUV | 96.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 64 | 0 | 0.60 | 0.61 | 0.35 | 1.76 | 0.44 | 0.45 |
| Hex | A6 | 43 | 40 | 0 | 3C | 3D | 23 | 2 | 2C | 2D |
| Octal | 246 | 103 | 100 | 0 | 74 | 75 | 43 | 2 | 54 | 55 |
| Binary | 10100110 | 1000011 | 1000000 | 0 | 111100 | 111101 | 100011 | 10 | 101100 | 101101 |
Color Harmonies of #A64340
Complementary color
Monochromatic Colors of #A64340
Black with #A64340
Text Example
Text Example
White with #A64340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64340; }
p { color: rgb(166,67,64); }
H1.HeaderClassName
{
color: #A64340;
}
.AnyTagClassName
{
color: #A64340;
}
</style>
background-color css
<style>
a { background-color: #A64340; }
a { background-color: rgb(166,67,64); }
div.DivClassName
{
background-color: #A64340;
}
.BgClassName
{
background-color: #A64340;
}
</style>
border-color css
<style>
span { border-color: #A64340; }
span { border-color: rgb(166,67,64); }
td.TdClassName
{
border-color: #A64340;
}
.TagClassName
{
border-color: #A64340;
}
</style>