Shades of Roof Terracotta #A04C40
Tints of Roof Terracotta #A04C40
RGB
CMYK
RGB Variations
Color information
#A04C40 (or 0xA04C40) is known color: Roof Terracotta. HEX triplet: A0, 4C and 40. RGB value is (160,76,64). Sum of RGB (Red+Green+Blue) = 160+76+64=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C40 is #5FB3BF. Grayscale: #636363. Windows color (decimal): -6271936 or 4213920. OLE color: 4213920.
HSL color Cylindrical-coordinate representation of color #A04C40: hue angle of 7.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04C40 is Cyan = 0, Magento = 0.52, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 64 | - |
| CMYK | 0 | 0.52 | 0.6 | 0.37 |
| HSL | 7.5º | 0.43% | 0.44% | - |
| HSV(B) | 7.5º | 0.6% | 0.63% | - |
| XYZ | 18.01 | 13.01 | 6.41 | - |
| YUV | 99.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 64 | 0 | 0.52 | 0.6 | 0.37 | 7.5 | 0.43 | 0.44 |
| Hex | A0 | 4C | 40 | 0 | 34 | 3C | 25 | 8 | 2B | 2C |
| Octal | 240 | 114 | 100 | 0 | 64 | 74 | 45 | 10 | 53 | 54 |
| Binary | 10100000 | 1001100 | 1000000 | 0 | 110100 | 111100 | 100101 | 1000 | 101011 | 101100 |
Color Harmonies of #A04C40
Complementary color
Monochromatic Colors of #A04C40
Black with #A04C40
Text Example
Text Example
White with #A04C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C40; }
p { color: rgb(160,76,64); }
H1.HeaderClassName
{
color: #A04C40;
}
.AnyTagClassName
{
color: #A04C40;
}
</style>
background-color css
<style>
a { background-color: #A04C40; }
a { background-color: rgb(160,76,64); }
div.DivClassName
{
background-color: #A04C40;
}
.BgClassName
{
background-color: #A04C40;
}
</style>
border-color css
<style>
span { border-color: #A04C40; }
span { border-color: rgb(160,76,64); }
td.TdClassName
{
border-color: #A04C40;
}
.TagClassName
{
border-color: #A04C40;
}
</style>