Shades of Roof Terracotta #A14E43
Tints of Roof Terracotta #A14E43
RGB
CMYK
RGB Variations
Color information
#A14E43 (or 0xA14E43) is known color: Roof Terracotta. HEX triplet: A1, 4E and 43. RGB value is (161,78,67). Sum of RGB (Red+Green+Blue) = 161+78+67=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E43 is #5EB1BC. Grayscale: #656565. Windows color (decimal): -6205885 or 4411041. OLE color: 4411041.
HSL color Cylindrical-coordinate representation of color #A14E43: hue angle of 7.02º 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 #A14E43 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 78 | 67 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.37 |
| HSL | 7.02º | 0.41% | 0.45% | - |
| HSV(B) | 7.02º | 0.58% | 0.63% | - |
| XYZ | 18.44 | 13.43 | 6.93 | - |
| YUV | 101.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 67 | 0 | 0.52 | 0.58 | 0.37 | 7.02 | 0.41 | 0.45 |
| Hex | A1 | 4E | 43 | 0 | 34 | 3A | 25 | 7 | 29 | 2D |
| Octal | 241 | 116 | 103 | 0 | 64 | 72 | 45 | 7 | 51 | 55 |
| Binary | 10100001 | 1001110 | 1000011 | 0 | 110100 | 111010 | 100101 | 111 | 101001 | 101101 |
Color Harmonies of #A14E43
Complementary color
Monochromatic Colors of #A14E43
Black with #A14E43
Text Example
Text Example
White with #A14E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14E43; }
p { color: rgb(161,78,67); }
H1.HeaderClassName
{
color: #A14E43;
}
.AnyTagClassName
{
color: #A14E43;
}
</style>
background-color css
<style>
a { background-color: #A14E43; }
a { background-color: rgb(161,78,67); }
div.DivClassName
{
background-color: #A14E43;
}
.BgClassName
{
background-color: #A14E43;
}
</style>
border-color css
<style>
span { border-color: #A14E43; }
span { border-color: rgb(161,78,67); }
td.TdClassName
{
border-color: #A14E43;
}
.TagClassName
{
border-color: #A14E43;
}
</style>