Shades of Roof Terracotta #A04A49
Tints of Roof Terracotta #A04A49
RGB
CMYK
RGB Variations
Color information
#A04A49 (or 0xA04A49) is known color: Roof Terracotta. HEX triplet: A0, 4A and 49. RGB value is (160,74,73). Sum of RGB (Red+Green+Blue) = 160+74+73=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A49 is #5FB5B6. Grayscale: #636363. Windows color (decimal): -6272439 or 4803232. OLE color: 4803232.
HSL color Cylindrical-coordinate representation of color #A04A49: hue angle of 0.69º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04A49 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 73 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.37 |
| HSL | 0.69º | 0.37% | 0.46% | - |
| HSV(B) | 0.69º | 0.54% | 0.63% | - |
| XYZ | 18.15 | 12.85 | 7.83 | - |
| YUV | 99.6 | 112.99 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 73 | 0 | 0.54 | 0.54 | 0.37 | 0.69 | 0.37 | 0.46 |
| Hex | A0 | 4A | 49 | 0 | 36 | 36 | 25 | 1 | 25 | 2E |
| Octal | 240 | 112 | 111 | 0 | 66 | 66 | 45 | 1 | 45 | 56 |
| Binary | 10100000 | 1001010 | 1001001 | 0 | 110110 | 110110 | 100101 | 1 | 100101 | 101110 |
Color Harmonies of #A04A49
Complementary color
Monochromatic Colors of #A04A49
Black with #A04A49
Text Example
Text Example
White with #A04A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A49; }
p { color: rgb(160,74,73); }
H1.HeaderClassName
{
color: #A04A49;
}
.AnyTagClassName
{
color: #A04A49;
}
</style>
background-color css
<style>
a { background-color: #A04A49; }
a { background-color: rgb(160,74,73); }
div.DivClassName
{
background-color: #A04A49;
}
.BgClassName
{
background-color: #A04A49;
}
</style>
border-color css
<style>
span { border-color: #A04A49; }
span { border-color: rgb(160,74,73); }
td.TdClassName
{
border-color: #A04A49;
}
.TagClassName
{
border-color: #A04A49;
}
</style>