Shades of Roof Terracotta #A44C40
Tints of Roof Terracotta #A44C40
RGB
CMYK
RGB Variations
Color information
#A44C40 (or 0xA44C40) is known color: Roof Terracotta. HEX triplet: A4, 4C and 40. RGB value is (164,76,64). Sum of RGB (Red+Green+Blue) = 164+76+64=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C40 is #5BB3BF. Grayscale: #656565. Windows color (decimal): -6009792 or 4213924. OLE color: 4213924.
HSL color Cylindrical-coordinate representation of color #A44C40: hue angle of 7.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44C40 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 64 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.36 |
| HSL | 7.2º | 0.44% | 0.45% | - |
| HSV(B) | 7.2º | 0.61% | 0.64% | - |
| XYZ | 18.82 | 13.43 | 6.45 | - |
| YUV | 100.94 | 107.15 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 64 | 0 | 0.54 | 0.61 | 0.36 | 7.2 | 0.44 | 0.45 |
| Hex | A4 | 4C | 40 | 0 | 36 | 3D | 24 | 7 | 2C | 2D |
| Octal | 244 | 114 | 100 | 0 | 66 | 75 | 44 | 7 | 54 | 55 |
| Binary | 10100100 | 1001100 | 1000000 | 0 | 110110 | 111101 | 100100 | 111 | 101100 | 101101 |
Color Harmonies of #A44C40
Complementary color
Monochromatic Colors of #A44C40
Black with #A44C40
Text Example
Text Example
White with #A44C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C40; }
p { color: rgb(164,76,64); }
H1.HeaderClassName
{
color: #A44C40;
}
.AnyTagClassName
{
color: #A44C40;
}
</style>
background-color css
<style>
a { background-color: #A44C40; }
a { background-color: rgb(164,76,64); }
div.DivClassName
{
background-color: #A44C40;
}
.BgClassName
{
background-color: #A44C40;
}
</style>
border-color css
<style>
span { border-color: #A44C40; }
span { border-color: rgb(164,76,64); }
td.TdClassName
{
border-color: #A44C40;
}
.TagClassName
{
border-color: #A44C40;
}
</style>