Shades of Roof Terracotta #A04D41
Tints of Roof Terracotta #A04D41
RGB
CMYK
RGB Variations
Color information
#A04D41 (or 0xA04D41) is known color: Roof Terracotta. HEX triplet: A0, 4D and 41. RGB value is (160,77,65). Sum of RGB (Red+Green+Blue) = 160+77+65=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D41 is #5FB2BE. Grayscale: #646464. Windows color (decimal): -6271679 or 4279712. OLE color: 4279712.
HSL color Cylindrical-coordinate representation of color #A04D41: hue angle of 7.58º 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 #A04D41 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 77 | 65 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.37 |
| HSL | 7.58º | 0.42% | 0.44% | - |
| HSV(B) | 7.58º | 0.59% | 0.63% | - |
| XYZ | 18.11 | 13.16 | 6.59 | - |
| YUV | 100.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 65 | 0 | 0.52 | 0.59 | 0.37 | 7.58 | 0.42 | 0.44 |
| Hex | A0 | 4D | 41 | 0 | 34 | 3B | 25 | 8 | 2A | 2C |
| Octal | 240 | 115 | 101 | 0 | 64 | 73 | 45 | 10 | 52 | 54 |
| Binary | 10100000 | 1001101 | 1000001 | 0 | 110100 | 111011 | 100101 | 1000 | 101010 | 101100 |
Color Harmonies of #A04D41
Complementary color
Monochromatic Colors of #A04D41
Black with #A04D41
Text Example
Text Example
White with #A04D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04D41; }
p { color: rgb(160,77,65); }
H1.HeaderClassName
{
color: #A04D41;
}
.AnyTagClassName
{
color: #A04D41;
}
</style>
background-color css
<style>
a { background-color: #A04D41; }
a { background-color: rgb(160,77,65); }
div.DivClassName
{
background-color: #A04D41;
}
.BgClassName
{
background-color: #A04D41;
}
</style>
border-color css
<style>
span { border-color: #A04D41; }
span { border-color: rgb(160,77,65); }
td.TdClassName
{
border-color: #A04D41;
}
.TagClassName
{
border-color: #A04D41;
}
</style>