Shades of Roof Terracotta #A44542
Tints of Roof Terracotta #A44542
RGB
CMYK
RGB Variations
Color information
#A44542 (or 0xA44542) is known color: Roof Terracotta. HEX triplet: A4, 45 and 42. RGB value is (164,69,66). Sum of RGB (Red+Green+Blue) = 164+69+66=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A44542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44542 is #5BBABD. Grayscale: #616161. Windows color (decimal): -6011582 or 4343204. OLE color: 4343204.
HSL color Cylindrical-coordinate representation of color #A44542: hue angle of 1.84º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44542 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 66 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.36 |
| HSL | 1.84º | 0.43% | 0.45% | - |
| HSV(B) | 1.84º | 0.6% | 0.64% | - |
| XYZ | 18.42 | 12.54 | 6.6 | - |
| YUV | 97.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 66 | 0 | 0.58 | 0.60 | 0.36 | 1.84 | 0.43 | 0.45 |
| Hex | A4 | 45 | 42 | 0 | 3A | 3C | 24 | 2 | 2B | 2D |
| Octal | 244 | 105 | 102 | 0 | 72 | 74 | 44 | 2 | 53 | 55 |
| Binary | 10100100 | 1000101 | 1000010 | 0 | 111010 | 111100 | 100100 | 10 | 101011 | 101101 |
Color Harmonies of #A44542
Complementary color
Monochromatic Colors of #A44542
Black with #A44542
Text Example
Text Example
White with #A44542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44542; }
p { color: rgb(164,69,66); }
H1.HeaderClassName
{
color: #A44542;
}
.AnyTagClassName
{
color: #A44542;
}
</style>
background-color css
<style>
a { background-color: #A44542; }
a { background-color: rgb(164,69,66); }
div.DivClassName
{
background-color: #A44542;
}
.BgClassName
{
background-color: #A44542;
}
</style>
border-color css
<style>
span { border-color: #A44542; }
span { border-color: rgb(164,69,66); }
td.TdClassName
{
border-color: #A44542;
}
.TagClassName
{
border-color: #A44542;
}
</style>