Shades of Roof Terracotta #A14A4A
Tints of Roof Terracotta #A14A4A
RGB
CMYK
RGB Variations
Color information
#A14A4A (or 0xA14A4A) is known color: Roof Terracotta. HEX triplet: A1, 4A and 4A. RGB value is (161,74,74). Sum of RGB (Red+Green+Blue) = 161+74+74=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14A4A is #5EB5B5. Grayscale: #646464. Windows color (decimal): -6206902 or 4868769. OLE color: 4868769.
HSL color Cylindrical-coordinate representation of color #A14A4A: hue angle of 0º 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 #A14A4A is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 74 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.37 |
| HSL | 0º | 0.37% | 0.46% | - |
| HSV(B) | 0º | 0.54% | 0.63% | - |
| XYZ | 18.38 | 12.97 | 8.01 | - |
| YUV | 100.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 74 | 0 | 0.54 | 0.54 | 0.37 | 0 | 0.37 | 0.46 |
| Hex | A1 | 4A | 4A | 0 | 36 | 36 | 25 | 0 | 25 | 2E |
| Octal | 241 | 112 | 112 | 0 | 66 | 66 | 45 | 0 | 45 | 56 |
| Binary | 10100001 | 1001010 | 1001010 | 0 | 110110 | 110110 | 100101 | 0 | 100101 | 101110 |
Color Harmonies of #A14A4A
Complementary color
Monochromatic Colors of #A14A4A
Black with #A14A4A
Text Example
Text Example
White with #A14A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A4A; }
p { color: rgb(161,74,74); }
H1.HeaderClassName
{
color: #A14A4A;
}
.AnyTagClassName
{
color: #A14A4A;
}
</style>
background-color css
<style>
a { background-color: #A14A4A; }
a { background-color: rgb(161,74,74); }
div.DivClassName
{
background-color: #A14A4A;
}
.BgClassName
{
background-color: #A14A4A;
}
</style>
border-color css
<style>
span { border-color: #A14A4A; }
span { border-color: rgb(161,74,74); }
td.TdClassName
{
border-color: #A14A4A;
}
.TagClassName
{
border-color: #A14A4A;
}
</style>