Shades of Roof Terracotta #A04C42
Tints of Roof Terracotta #A04C42
RGB
CMYK
RGB Variations
Color information
#A04C42 (or 0xA04C42) is known color: Roof Terracotta. HEX triplet: A0, 4C and 42. RGB value is (160,76,66). Sum of RGB (Red+Green+Blue) = 160+76+66=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C42 is #5FB3BD. Grayscale: #646464. Windows color (decimal): -6271934 or 4344992. OLE color: 4344992.
HSL color Cylindrical-coordinate representation of color #A04C42: hue angle of 6.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04C42 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 76 | 66 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.37 |
| HSL | 6.38º | 0.42% | 0.44% | - |
| HSV(B) | 6.38º | 0.59% | 0.63% | - |
| XYZ | 18.07 | 13.04 | 6.72 | - |
| YUV | 99.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 66 | 0 | 0.52 | 0.59 | 0.37 | 6.38 | 0.42 | 0.44 |
| Hex | A0 | 4C | 42 | 0 | 34 | 3B | 25 | 6 | 2A | 2C |
| Octal | 240 | 114 | 102 | 0 | 64 | 73 | 45 | 6 | 52 | 54 |
| Binary | 10100000 | 1001100 | 1000010 | 0 | 110100 | 111011 | 100101 | 110 | 101010 | 101100 |
Color Harmonies of #A04C42
Complementary color
Monochromatic Colors of #A04C42
Black with #A04C42
Text Example
Text Example
White with #A04C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04C42; }
p { color: rgb(160,76,66); }
H1.HeaderClassName
{
color: #A04C42;
}
.AnyTagClassName
{
color: #A04C42;
}
</style>
background-color css
<style>
a { background-color: #A04C42; }
a { background-color: rgb(160,76,66); }
div.DivClassName
{
background-color: #A04C42;
}
.BgClassName
{
background-color: #A04C42;
}
</style>
border-color css
<style>
span { border-color: #A04C42; }
span { border-color: rgb(160,76,66); }
td.TdClassName
{
border-color: #A04C42;
}
.TagClassName
{
border-color: #A04C42;
}
</style>