Shades of Roof Terracotta #A04A40
Tints of Roof Terracotta #A04A40
RGB
CMYK
RGB Variations
Color information
#A04A40 (or 0xA04A40) is known color: Roof Terracotta. HEX triplet: A0, 4A and 40. RGB value is (160,74,64). Sum of RGB (Red+Green+Blue) = 160+74+64=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A40 is #5FB5BF. Grayscale: #626262. Windows color (decimal): -6272448 or 4213408. OLE color: 4213408.
HSL color Cylindrical-coordinate representation of color #A04A40: hue angle of 6.25º 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 #A04A40 is Cyan = 0, Magento = 0.54, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 64 | - |
| CMYK | 0 | 0.54 | 0.6 | 0.37 |
| HSL | 6.25º | 0.43% | 0.44% | - |
| HSV(B) | 6.25º | 0.6% | 0.63% | - |
| XYZ | 17.87 | 12.74 | 6.37 | - |
| YUV | 98.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 64 | 0 | 0.54 | 0.6 | 0.37 | 6.25 | 0.43 | 0.44 |
| Hex | A0 | 4A | 40 | 0 | 36 | 3C | 25 | 6 | 2B | 2C |
| Octal | 240 | 112 | 100 | 0 | 66 | 74 | 45 | 6 | 53 | 54 |
| Binary | 10100000 | 1001010 | 1000000 | 0 | 110110 | 111100 | 100101 | 110 | 101011 | 101100 |
Color Harmonies of #A04A40
Complementary color
Monochromatic Colors of #A04A40
Black with #A04A40
Text Example
Text Example
White with #A04A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A40; }
p { color: rgb(160,74,64); }
H1.HeaderClassName
{
color: #A04A40;
}
.AnyTagClassName
{
color: #A04A40;
}
</style>
background-color css
<style>
a { background-color: #A04A40; }
a { background-color: rgb(160,74,64); }
div.DivClassName
{
background-color: #A04A40;
}
.BgClassName
{
background-color: #A04A40;
}
</style>
border-color css
<style>
span { border-color: #A04A40; }
span { border-color: rgb(160,74,64); }
td.TdClassName
{
border-color: #A04A40;
}
.TagClassName
{
border-color: #A04A40;
}
</style>