Shades of Roof Terracotta #A44A40
Tints of Roof Terracotta #A44A40
RGB
CMYK
RGB Variations
Color information
#A44A40 (or 0xA44A40) is known color: Roof Terracotta. HEX triplet: A4, 4A and 40. RGB value is (164,74,64). Sum of RGB (Red+Green+Blue) = 164+74+64=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A40 is #5BB5BF. Grayscale: #636363. Windows color (decimal): -6010304 or 4213412. OLE color: 4213412.
HSL color Cylindrical-coordinate representation of color #A44A40: hue angle of 6º 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 #A44A40 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 64 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.36 |
| HSL | 6º | 0.44% | 0.45% | - |
| HSV(B) | 6º | 0.61% | 0.64% | - |
| XYZ | 18.68 | 13.16 | 6.41 | - |
| YUV | 99.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 64 | 0 | 0.55 | 0.61 | 0.36 | 6 | 0.44 | 0.45 |
| Hex | A4 | 4A | 40 | 0 | 37 | 3D | 24 | 6 | 2C | 2D |
| Octal | 244 | 112 | 100 | 0 | 67 | 75 | 44 | 6 | 54 | 55 |
| Binary | 10100100 | 1001010 | 1000000 | 0 | 110111 | 111101 | 100100 | 110 | 101100 | 101101 |
Color Harmonies of #A44A40
Complementary color
Monochromatic Colors of #A44A40
Black with #A44A40
Text Example
Text Example
White with #A44A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A40; }
p { color: rgb(164,74,64); }
H1.HeaderClassName
{
color: #A44A40;
}
.AnyTagClassName
{
color: #A44A40;
}
</style>
background-color css
<style>
a { background-color: #A44A40; }
a { background-color: rgb(164,74,64); }
div.DivClassName
{
background-color: #A44A40;
}
.BgClassName
{
background-color: #A44A40;
}
</style>
border-color css
<style>
span { border-color: #A44A40; }
span { border-color: rgb(164,74,64); }
td.TdClassName
{
border-color: #A44A40;
}
.TagClassName
{
border-color: #A44A40;
}
</style>