Shades of Roof Terracotta #A14944
Tints of Roof Terracotta #A14944
RGB
CMYK
RGB Variations
Color information
#A14944 (or 0xA14944) is known color: Roof Terracotta. HEX triplet: A1, 49 and 44. RGB value is (161,73,68). Sum of RGB (Red+Green+Blue) = 161+73+68=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A14944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14944 is #5EB6BB. Grayscale: #626262. Windows color (decimal): -6207164 or 4475297. OLE color: 4475297.
HSL color Cylindrical-coordinate representation of color #A14944: hue angle of 3.23º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14944 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 68 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.37 |
| HSL | 3.23º | 0.41% | 0.45% | - |
| HSV(B) | 3.23º | 0.58% | 0.63% | - |
| XYZ | 18.12 | 12.76 | 6.98 | - |
| YUV | 98.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 68 | 0 | 0.55 | 0.58 | 0.37 | 3.23 | 0.41 | 0.45 |
| Hex | A1 | 49 | 44 | 0 | 37 | 3A | 25 | 3 | 29 | 2D |
| Octal | 241 | 111 | 104 | 0 | 67 | 72 | 45 | 3 | 51 | 55 |
| Binary | 10100001 | 1001001 | 1000100 | 0 | 110111 | 111010 | 100101 | 11 | 101001 | 101101 |
Color Harmonies of #A14944
Complementary color
Monochromatic Colors of #A14944
Black with #A14944
Text Example
Text Example
White with #A14944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14944; }
p { color: rgb(161,73,68); }
H1.HeaderClassName
{
color: #A14944;
}
.AnyTagClassName
{
color: #A14944;
}
</style>
background-color css
<style>
a { background-color: #A14944; }
a { background-color: rgb(161,73,68); }
div.DivClassName
{
background-color: #A14944;
}
.BgClassName
{
background-color: #A14944;
}
</style>
border-color css
<style>
span { border-color: #A14944; }
span { border-color: rgb(161,73,68); }
td.TdClassName
{
border-color: #A14944;
}
.TagClassName
{
border-color: #A14944;
}
</style>