Shades of Roof Terracotta #A44948
Tints of Roof Terracotta #A44948
RGB
CMYK
RGB Variations
Color information
#A44948 (or 0xA44948) is known color: Roof Terracotta. HEX triplet: A4, 49 and 48. RGB value is (164,73,72). Sum of RGB (Red+Green+Blue) = 164+73+72=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A44948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44948 is #5BB6B7. Grayscale: #646464. Windows color (decimal): -6010552 or 4737444. OLE color: 4737444.
HSL color Cylindrical-coordinate representation of color #A44948: hue angle of 0.65º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A44948 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 73 | 72 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.36 |
| HSL | 0.65º | 0.39% | 0.46% | - |
| HSV(B) | 0.65º | 0.56% | 0.64% | - |
| XYZ | 18.86 | 13.13 | 7.67 | - |
| YUV | 100.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 73 | 72 | 0 | 0.55 | 0.56 | 0.36 | 0.65 | 0.39 | 0.46 |
| Hex | A4 | 49 | 48 | 0 | 37 | 38 | 24 | 1 | 27 | 2E |
| Octal | 244 | 111 | 110 | 0 | 67 | 70 | 44 | 1 | 47 | 56 |
| Binary | 10100100 | 1001001 | 1001000 | 0 | 110111 | 111000 | 100100 | 1 | 100111 | 101110 |
Color Harmonies of #A44948
Complementary color
Monochromatic Colors of #A44948
Black with #A44948
Text Example
Text Example
White with #A44948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44948; }
p { color: rgb(164,73,72); }
H1.HeaderClassName
{
color: #A44948;
}
.AnyTagClassName
{
color: #A44948;
}
</style>
background-color css
<style>
a { background-color: #A44948; }
a { background-color: rgb(164,73,72); }
div.DivClassName
{
background-color: #A44948;
}
.BgClassName
{
background-color: #A44948;
}
</style>
border-color css
<style>
span { border-color: #A44948; }
span { border-color: rgb(164,73,72); }
td.TdClassName
{
border-color: #A44948;
}
.TagClassName
{
border-color: #A44948;
}
</style>