Shades of Roof Terracotta #A14E46
Tints of Roof Terracotta #A14E46
RGB
CMYK
RGB Variations
Color information
#A14E46 (or 0xA14E46) is known color: Roof Terracotta. HEX triplet: A1, 4E and 46. RGB value is (161,78,70). Sum of RGB (Red+Green+Blue) = 161+78+70=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E46 is #5EB1B9. Grayscale: #666666. Windows color (decimal): -6205882 or 4607649. OLE color: 4607649.
HSL color Cylindrical-coordinate representation of color #A14E46: hue angle of 5.27º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14E46 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 78 | 70 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.37 |
| HSL | 5.27º | 0.39% | 0.45% | - |
| HSV(B) | 5.27º | 0.57% | 0.63% | - |
| XYZ | 18.53 | 13.47 | 7.42 | - |
| YUV | 101.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 70 | 0 | 0.52 | 0.57 | 0.37 | 5.27 | 0.39 | 0.45 |
| Hex | A1 | 4E | 46 | 0 | 34 | 39 | 25 | 5 | 27 | 2D |
| Octal | 241 | 116 | 106 | 0 | 64 | 71 | 45 | 5 | 47 | 55 |
| Binary | 10100001 | 1001110 | 1000110 | 0 | 110100 | 111001 | 100101 | 101 | 100111 | 101101 |
Color Harmonies of #A14E46
Complementary color
Monochromatic Colors of #A14E46
Black with #A14E46
Text Example
Text Example
White with #A14E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14E46; }
p { color: rgb(161,78,70); }
H1.HeaderClassName
{
color: #A14E46;
}
.AnyTagClassName
{
color: #A14E46;
}
</style>
background-color css
<style>
a { background-color: #A14E46; }
a { background-color: rgb(161,78,70); }
div.DivClassName
{
background-color: #A14E46;
}
.BgClassName
{
background-color: #A14E46;
}
</style>
border-color css
<style>
span { border-color: #A14E46; }
span { border-color: rgb(161,78,70); }
td.TdClassName
{
border-color: #A14E46;
}
.TagClassName
{
border-color: #A14E46;
}
</style>