Shades of Roof Terracotta #A14D48
Tints of Roof Terracotta #A14D48
RGB
CMYK
RGB Variations
Color information
#A14D48 (or 0xA14D48) is known color: Roof Terracotta. HEX triplet: A1, 4D and 48. RGB value is (161,77,72). Sum of RGB (Red+Green+Blue) = 161+77+72=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D48 is #5EB2B7. Grayscale: #656565. Windows color (decimal): -6206136 or 4738465. OLE color: 4738465.
HSL color Cylindrical-coordinate representation of color #A14D48: hue angle of 3.37º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14D48 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 72 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.37 |
| HSL | 3.37º | 0.38% | 0.46% | - |
| HSV(B) | 3.37º | 0.55% | 0.63% | - |
| XYZ | 18.52 | 13.35 | 7.73 | - |
| YUV | 101.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 72 | 0 | 0.52 | 0.55 | 0.37 | 3.37 | 0.38 | 0.46 |
| Hex | A1 | 4D | 48 | 0 | 34 | 37 | 25 | 3 | 26 | 2E |
| Octal | 241 | 115 | 110 | 0 | 64 | 67 | 45 | 3 | 46 | 56 |
| Binary | 10100001 | 1001101 | 1001000 | 0 | 110100 | 110111 | 100101 | 11 | 100110 | 101110 |
Color Harmonies of #A14D48
Complementary color
Monochromatic Colors of #A14D48
Black with #A14D48
Text Example
Text Example
White with #A14D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D48; }
p { color: rgb(161,77,72); }
H1.HeaderClassName
{
color: #A14D48;
}
.AnyTagClassName
{
color: #A14D48;
}
</style>
background-color css
<style>
a { background-color: #A14D48; }
a { background-color: rgb(161,77,72); }
div.DivClassName
{
background-color: #A14D48;
}
.BgClassName
{
background-color: #A14D48;
}
</style>
border-color css
<style>
span { border-color: #A14D48; }
span { border-color: rgb(161,77,72); }
td.TdClassName
{
border-color: #A14D48;
}
.TagClassName
{
border-color: #A14D48;
}
</style>