Shades of Roof Terracotta #A14C43
Tints of Roof Terracotta #A14C43
RGB
CMYK
RGB Variations
Color information
#A14C43 (or 0xA14C43) is known color: Roof Terracotta. HEX triplet: A1, 4C and 43. RGB value is (161,76,67). Sum of RGB (Red+Green+Blue) = 161+76+67=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C43 is #5EB3BC. Grayscale: #646464. Windows color (decimal): -6206397 or 4410529. OLE color: 4410529.
HSL color Cylindrical-coordinate representation of color #A14C43: hue angle of 5.74º 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 #A14C43 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 67 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.37 |
| HSL | 5.74º | 0.41% | 0.45% | - |
| HSV(B) | 5.74º | 0.58% | 0.63% | - |
| XYZ | 18.3 | 13.15 | 6.88 | - |
| YUV | 100.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 67 | 0 | 0.53 | 0.58 | 0.37 | 5.74 | 0.41 | 0.45 |
| Hex | A1 | 4C | 43 | 0 | 35 | 3A | 25 | 6 | 29 | 2D |
| Octal | 241 | 114 | 103 | 0 | 65 | 72 | 45 | 6 | 51 | 55 |
| Binary | 10100001 | 1001100 | 1000011 | 0 | 110101 | 111010 | 100101 | 110 | 101001 | 101101 |
Color Harmonies of #A14C43
Complementary color
Monochromatic Colors of #A14C43
Black with #A14C43
Text Example
Text Example
White with #A14C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C43; }
p { color: rgb(161,76,67); }
H1.HeaderClassName
{
color: #A14C43;
}
.AnyTagClassName
{
color: #A14C43;
}
</style>
background-color css
<style>
a { background-color: #A14C43; }
a { background-color: rgb(161,76,67); }
div.DivClassName
{
background-color: #A14C43;
}
.BgClassName
{
background-color: #A14C43;
}
</style>
border-color css
<style>
span { border-color: #A14C43; }
span { border-color: rgb(161,76,67); }
td.TdClassName
{
border-color: #A14C43;
}
.TagClassName
{
border-color: #A14C43;
}
</style>