Shades of Roof Terracotta #A04A46
Tints of Roof Terracotta #A04A46
RGB
CMYK
RGB Variations
Color information
#A04A46 (or 0xA04A46) is known color: Roof Terracotta. HEX triplet: A0, 4A and 46. RGB value is (160,74,70). Sum of RGB (Red+Green+Blue) = 160+74+70=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A46 is #5FB5B9. Grayscale: #636363. Windows color (decimal): -6272442 or 4606624. OLE color: 4606624.
HSL color Cylindrical-coordinate representation of color #A04A46: hue angle of 2.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04A46 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 70 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.37 |
| HSL | 2.67º | 0.39% | 0.45% | - |
| HSV(B) | 2.67º | 0.56% | 0.63% | - |
| XYZ | 18.05 | 12.81 | 7.32 | - |
| YUV | 99.26 | 111.49 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 70 | 0 | 0.54 | 0.56 | 0.37 | 2.67 | 0.39 | 0.45 |
| Hex | A0 | 4A | 46 | 0 | 36 | 38 | 25 | 3 | 27 | 2D |
| Octal | 240 | 112 | 106 | 0 | 66 | 70 | 45 | 3 | 47 | 55 |
| Binary | 10100000 | 1001010 | 1000110 | 0 | 110110 | 111000 | 100101 | 11 | 100111 | 101101 |
Color Harmonies of #A04A46
Complementary color
Monochromatic Colors of #A04A46
Black with #A04A46
Text Example
Text Example
White with #A04A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A46; }
p { color: rgb(160,74,70); }
H1.HeaderClassName
{
color: #A04A46;
}
.AnyTagClassName
{
color: #A04A46;
}
</style>
background-color css
<style>
a { background-color: #A04A46; }
a { background-color: rgb(160,74,70); }
div.DivClassName
{
background-color: #A04A46;
}
.BgClassName
{
background-color: #A04A46;
}
</style>
border-color css
<style>
span { border-color: #A04A46; }
span { border-color: rgb(160,74,70); }
td.TdClassName
{
border-color: #A04A46;
}
.TagClassName
{
border-color: #A04A46;
}
</style>