Shades of Roof Terracotta #A14B44
Tints of Roof Terracotta #A14B44
RGB
CMYK
RGB Variations
Color information
#A14B44 (or 0xA14B44) is known color: Roof Terracotta. HEX triplet: A1, 4B and 44. RGB value is (161,75,68). Sum of RGB (Red+Green+Blue) = 161+75+68=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B44 is #5EB4BB. Grayscale: #646464. Windows color (decimal): -6206652 or 4475809. OLE color: 4475809.
HSL color Cylindrical-coordinate representation of color #A14B44: hue angle of 4.52º 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 #A14B44 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 68 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.37 |
| HSL | 4.52º | 0.41% | 0.45% | - |
| HSV(B) | 4.52º | 0.58% | 0.63% | - |
| XYZ | 18.26 | 13.03 | 7.02 | - |
| YUV | 99.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 68 | 0 | 0.53 | 0.58 | 0.37 | 4.52 | 0.41 | 0.45 |
| Hex | A1 | 4B | 44 | 0 | 35 | 3A | 25 | 5 | 29 | 2D |
| Octal | 241 | 113 | 104 | 0 | 65 | 72 | 45 | 5 | 51 | 55 |
| Binary | 10100001 | 1001011 | 1000100 | 0 | 110101 | 111010 | 100101 | 101 | 101001 | 101101 |
Color Harmonies of #A14B44
Complementary color
Monochromatic Colors of #A14B44
Black with #A14B44
Text Example
Text Example
White with #A14B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B44; }
p { color: rgb(161,75,68); }
H1.HeaderClassName
{
color: #A14B44;
}
.AnyTagClassName
{
color: #A14B44;
}
</style>
background-color css
<style>
a { background-color: #A14B44; }
a { background-color: rgb(161,75,68); }
div.DivClassName
{
background-color: #A14B44;
}
.BgClassName
{
background-color: #A14B44;
}
</style>
border-color css
<style>
span { border-color: #A14B44; }
span { border-color: rgb(161,75,68); }
td.TdClassName
{
border-color: #A14B44;
}
.TagClassName
{
border-color: #A14B44;
}
</style>