Shades of Roof Terracotta #A14D40
Tints of Roof Terracotta #A14D40
RGB
CMYK
RGB Variations
Color information
#A14D40 (or 0xA14D40) is known color: Roof Terracotta. HEX triplet: A1, 4D and 40. RGB value is (161,77,64). Sum of RGB (Red+Green+Blue) = 161+77+64=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D40 is #5EB2BF. Grayscale: #646464. Windows color (decimal): -6206144 or 4214177. OLE color: 4214177.
HSL color Cylindrical-coordinate representation of color #A14D40: hue angle of 8.04º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14D40 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 64 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.37 |
| HSL | 8.04º | 0.43% | 0.44% | - |
| HSV(B) | 8.04º | 0.6% | 0.63% | - |
| XYZ | 18.28 | 13.25 | 6.45 | - |
| YUV | 100.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 64 | 0 | 0.52 | 0.60 | 0.37 | 8.04 | 0.43 | 0.44 |
| Hex | A1 | 4D | 40 | 0 | 34 | 3C | 25 | 8 | 2B | 2C |
| Octal | 241 | 115 | 100 | 0 | 64 | 74 | 45 | 10 | 53 | 54 |
| Binary | 10100001 | 1001101 | 1000000 | 0 | 110100 | 111100 | 100101 | 1000 | 101011 | 101100 |
Color Harmonies of #A14D40
Complementary color
Monochromatic Colors of #A14D40
Black with #A14D40
Text Example
Text Example
White with #A14D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D40; }
p { color: rgb(161,77,64); }
H1.HeaderClassName
{
color: #A14D40;
}
.AnyTagClassName
{
color: #A14D40;
}
</style>
background-color css
<style>
a { background-color: #A14D40; }
a { background-color: rgb(161,77,64); }
div.DivClassName
{
background-color: #A14D40;
}
.BgClassName
{
background-color: #A14D40;
}
</style>
border-color css
<style>
span { border-color: #A14D40; }
span { border-color: rgb(161,77,64); }
td.TdClassName
{
border-color: #A14D40;
}
.TagClassName
{
border-color: #A14D40;
}
</style>