Shades of Roof Terracotta #A44C44
Tints of Roof Terracotta #A44C44
RGB
CMYK
RGB Variations
Color information
#A44C44 (or 0xA44C44) is known color: Roof Terracotta. HEX triplet: A4, 4C and 44. RGB value is (164,76,68). Sum of RGB (Red+Green+Blue) = 164+76+68=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C44 is #5BB3BB. Grayscale: #656565. Windows color (decimal): -6009788 or 4476068. OLE color: 4476068.
HSL color Cylindrical-coordinate representation of color #A44C44: hue angle of 5º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44C44 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 76 | 68 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.36 |
| HSL | 5º | 0.41% | 0.45% | - |
| HSV(B) | 5º | 0.59% | 0.64% | - |
| XYZ | 18.94 | 13.48 | 7.07 | - |
| YUV | 101.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 76 | 68 | 0 | 0.54 | 0.59 | 0.36 | 5 | 0.41 | 0.45 |
| Hex | A4 | 4C | 44 | 0 | 36 | 3B | 24 | 5 | 29 | 2D |
| Octal | 244 | 114 | 104 | 0 | 66 | 73 | 44 | 5 | 51 | 55 |
| Binary | 10100100 | 1001100 | 1000100 | 0 | 110110 | 111011 | 100100 | 101 | 101001 | 101101 |
Color Harmonies of #A44C44
Complementary color
Monochromatic Colors of #A44C44
Black with #A44C44
Text Example
Text Example
White with #A44C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44C44; }
p { color: rgb(164,76,68); }
H1.HeaderClassName
{
color: #A44C44;
}
.AnyTagClassName
{
color: #A44C44;
}
</style>
background-color css
<style>
a { background-color: #A44C44; }
a { background-color: rgb(164,76,68); }
div.DivClassName
{
background-color: #A44C44;
}
.BgClassName
{
background-color: #A44C44;
}
</style>
border-color css
<style>
span { border-color: #A44C44; }
span { border-color: rgb(164,76,68); }
td.TdClassName
{
border-color: #A44C44;
}
.TagClassName
{
border-color: #A44C44;
}
</style>