Shades of Roof Terracotta #A04846
Tints of Roof Terracotta #A04846
RGB
CMYK
RGB Variations
Color information
#A04846 (or 0xA04846) is known color: Roof Terracotta. HEX triplet: A0, 48 and 46. RGB value is (160,72,70). Sum of RGB (Red+Green+Blue) = 160+72+70=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A04846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04846 is #5FB7B9. Grayscale: #626262. Windows color (decimal): -6272954 or 4606112. OLE color: 4606112.
HSL color Cylindrical-coordinate representation of color #A04846: hue angle of 1.33º 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 #A04846 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 70 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.37 |
| HSL | 1.33º | 0.39% | 0.45% | - |
| HSV(B) | 1.33º | 0.56% | 0.63% | - |
| XYZ | 17.92 | 12.55 | 7.27 | - |
| YUV | 98.08 | 112.15 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 70 | 0 | 0.55 | 0.56 | 0.37 | 1.33 | 0.39 | 0.45 |
| Hex | A0 | 48 | 46 | 0 | 37 | 38 | 25 | 1 | 27 | 2D |
| Octal | 240 | 110 | 106 | 0 | 67 | 70 | 45 | 1 | 47 | 55 |
| Binary | 10100000 | 1001000 | 1000110 | 0 | 110111 | 111000 | 100101 | 1 | 100111 | 101101 |
Color Harmonies of #A04846
Complementary color
Monochromatic Colors of #A04846
Black with #A04846
Text Example
Text Example
White with #A04846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04846; }
p { color: rgb(160,72,70); }
H1.HeaderClassName
{
color: #A04846;
}
.AnyTagClassName
{
color: #A04846;
}
</style>
background-color css
<style>
a { background-color: #A04846; }
a { background-color: rgb(160,72,70); }
div.DivClassName
{
background-color: #A04846;
}
.BgClassName
{
background-color: #A04846;
}
</style>
border-color css
<style>
span { border-color: #A04846; }
span { border-color: rgb(160,72,70); }
td.TdClassName
{
border-color: #A04846;
}
.TagClassName
{
border-color: #A04846;
}
</style>