Shades of Roof Terracotta #A14D4A
Tints of Roof Terracotta #A14D4A
RGB
CMYK
RGB Variations
Color information
#A14D4A (or 0xA14D4A) is known color: Roof Terracotta. HEX triplet: A1, 4D and 4A. RGB value is (161,77,74). Sum of RGB (Red+Green+Blue) = 161+77+74=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D4A is #5EB2B5. Grayscale: #656565. Windows color (decimal): -6206134 or 4869537. OLE color: 4869537.
HSL color Cylindrical-coordinate representation of color #A14D4A: hue angle of 2.07º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14D4A is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 74 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.37 |
| HSL | 2.07º | 0.37% | 0.46% | - |
| HSV(B) | 2.07º | 0.54% | 0.63% | - |
| XYZ | 18.59 | 13.38 | 8.08 | - |
| YUV | 101.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 74 | 0 | 0.52 | 0.54 | 0.37 | 2.07 | 0.37 | 0.46 |
| Hex | A1 | 4D | 4A | 0 | 34 | 36 | 25 | 2 | 25 | 2E |
| Octal | 241 | 115 | 112 | 0 | 64 | 66 | 45 | 2 | 45 | 56 |
| Binary | 10100001 | 1001101 | 1001010 | 0 | 110100 | 110110 | 100101 | 10 | 100101 | 101110 |
Color Harmonies of #A14D4A
Complementary color
Monochromatic Colors of #A14D4A
Black with #A14D4A
Text Example
Text Example
White with #A14D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D4A; }
p { color: rgb(161,77,74); }
H1.HeaderClassName
{
color: #A14D4A;
}
.AnyTagClassName
{
color: #A14D4A;
}
</style>
background-color css
<style>
a { background-color: #A14D4A; }
a { background-color: rgb(161,77,74); }
div.DivClassName
{
background-color: #A14D4A;
}
.BgClassName
{
background-color: #A14D4A;
}
</style>
border-color css
<style>
span { border-color: #A14D4A; }
span { border-color: rgb(161,77,74); }
td.TdClassName
{
border-color: #A14D4A;
}
.TagClassName
{
border-color: #A14D4A;
}
</style>