Shades of Roof Terracotta #A04E41
Tints of Roof Terracotta #A04E41
RGB
CMYK
RGB Variations
Color information
#A04E41 (or 0xA04E41) is known color: Roof Terracotta. HEX triplet: A0, 4E and 41. RGB value is (160,78,65). Sum of RGB (Red+Green+Blue) = 160+78+65=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E41 is #5FB1BE. Grayscale: #656565. Windows color (decimal): -6271423 or 4279968. OLE color: 4279968.
HSL color Cylindrical-coordinate representation of color #A04E41: hue angle of 8.21º 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 #A04E41 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 78 | 65 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.37 |
| HSL | 8.21º | 0.42% | 0.44% | - |
| HSV(B) | 8.21º | 0.59% | 0.63% | - |
| XYZ | 18.18 | 13.3 | 6.61 | - |
| YUV | 101.04 | 107.67 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 65 | 0 | 0.51 | 0.59 | 0.37 | 8.21 | 0.42 | 0.44 |
| Hex | A0 | 4E | 41 | 0 | 33 | 3B | 25 | 8 | 2A | 2C |
| Octal | 240 | 116 | 101 | 0 | 63 | 73 | 45 | 10 | 52 | 54 |
| Binary | 10100000 | 1001110 | 1000001 | 0 | 110011 | 111011 | 100101 | 1000 | 101010 | 101100 |
Color Harmonies of #A04E41
Complementary color
Monochromatic Colors of #A04E41
Black with #A04E41
Text Example
Text Example
White with #A04E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04E41; }
p { color: rgb(160,78,65); }
H1.HeaderClassName
{
color: #A04E41;
}
.AnyTagClassName
{
color: #A04E41;
}
</style>
background-color css
<style>
a { background-color: #A04E41; }
a { background-color: rgb(160,78,65); }
div.DivClassName
{
background-color: #A04E41;
}
.BgClassName
{
background-color: #A04E41;
}
</style>
border-color css
<style>
span { border-color: #A04E41; }
span { border-color: rgb(160,78,65); }
td.TdClassName
{
border-color: #A04E41;
}
.TagClassName
{
border-color: #A04E41;
}
</style>