Shades of Roof Terracotta #A04646
Tints of Roof Terracotta #A04646
RGB
CMYK
RGB Variations
Color information
#A04646 (or 0xA04646) is known color: Roof Terracotta. HEX triplet: A0, 46 and 46. RGB value is (160,70,70). Sum of RGB (Red+Green+Blue) = 160+70+70=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A04646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04646 is #5FB9B9. Grayscale: #616161. Windows color (decimal): -6273466 or 4605600. OLE color: 4605600.
HSL color Cylindrical-coordinate representation of color #A04646: hue angle of 0º 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 #A04646 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 70 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.37 |
| HSL | 0º | 0.39% | 0.45% | - |
| HSV(B) | 0º | 0.56% | 0.63% | - |
| XYZ | 17.79 | 12.3 | 7.23 | - |
| YUV | 96.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 70 | 0 | 0.56 | 0.56 | 0.37 | 0 | 0.39 | 0.45 |
| Hex | A0 | 46 | 46 | 0 | 38 | 38 | 25 | 0 | 27 | 2D |
| Octal | 240 | 106 | 106 | 0 | 70 | 70 | 45 | 0 | 47 | 55 |
| Binary | 10100000 | 1000110 | 1000110 | 0 | 111000 | 111000 | 100101 | 0 | 100111 | 101101 |
Color Harmonies of #A04646
Complementary color
Monochromatic Colors of #A04646
Black with #A04646
Text Example
Text Example
White with #A04646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04646; }
p { color: rgb(160,70,70); }
H1.HeaderClassName
{
color: #A04646;
}
.AnyTagClassName
{
color: #A04646;
}
</style>
background-color css
<style>
a { background-color: #A04646; }
a { background-color: rgb(160,70,70); }
div.DivClassName
{
background-color: #A04646;
}
.BgClassName
{
background-color: #A04646;
}
</style>
border-color css
<style>
span { border-color: #A04646; }
span { border-color: rgb(160,70,70); }
td.TdClassName
{
border-color: #A04646;
}
.TagClassName
{
border-color: #A04646;
}
</style>