Shades of Roof Terracotta #A64C41
Tints of Roof Terracotta #A64C41
RGB
CMYK
RGB Variations
Color information
#A64C41 (or 0xA64C41) is known color: Roof Terracotta. HEX triplet: A6, 4C and 41. RGB value is (166,76,65). Sum of RGB (Red+Green+Blue) = 166+76+65=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C41 is #59B3BE. Grayscale: #656565. Windows color (decimal): -5878719 or 4279462. OLE color: 4279462.
HSL color Cylindrical-coordinate representation of color #A64C41: hue angle of 6.53º 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 #A64C41 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 76 | 65 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.35 |
| HSL | 6.53º | 0.44% | 0.45% | - |
| HSV(B) | 6.53º | 0.61% | 0.65% | - |
| XYZ | 19.26 | 13.66 | 6.62 | - |
| YUV | 101.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 65 | 0 | 0.54 | 0.61 | 0.35 | 6.53 | 0.44 | 0.45 |
| Hex | A6 | 4C | 41 | 0 | 36 | 3D | 23 | 7 | 2C | 2D |
| Octal | 246 | 114 | 101 | 0 | 66 | 75 | 43 | 7 | 54 | 55 |
| Binary | 10100110 | 1001100 | 1000001 | 0 | 110110 | 111101 | 100011 | 111 | 101100 | 101101 |
Color Harmonies of #A64C41
Complementary color
Monochromatic Colors of #A64C41
Black with #A64C41
Text Example
Text Example
White with #A64C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64C41; }
p { color: rgb(166,76,65); }
H1.HeaderClassName
{
color: #A64C41;
}
.AnyTagClassName
{
color: #A64C41;
}
</style>
background-color css
<style>
a { background-color: #A64C41; }
a { background-color: rgb(166,76,65); }
div.DivClassName
{
background-color: #A64C41;
}
.BgClassName
{
background-color: #A64C41;
}
</style>
border-color css
<style>
span { border-color: #A64C41; }
span { border-color: rgb(166,76,65); }
td.TdClassName
{
border-color: #A64C41;
}
.TagClassName
{
border-color: #A64C41;
}
</style>