Shades of Roof Terracotta #A44843
Tints of Roof Terracotta #A44843
RGB
CMYK
RGB Variations
Color information
#A44843 (or 0xA44843) is known color: Roof Terracotta. HEX triplet: A4, 48 and 43. RGB value is (164,72,67). Sum of RGB (Red+Green+Blue) = 164+72+67=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A44843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44843 is #5BB7BC. Grayscale: #636363. Windows color (decimal): -6010813 or 4409508. OLE color: 4409508.
HSL color Cylindrical-coordinate representation of color #A44843: hue angle of 3.09º degrees, saturation: 0.42, 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 #A44843 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 67 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.36 |
| HSL | 3.09º | 0.42% | 0.45% | - |
| HSV(B) | 3.09º | 0.59% | 0.64% | - |
| XYZ | 18.64 | 12.93 | 6.82 | - |
| YUV | 98.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 67 | 0 | 0.56 | 0.59 | 0.36 | 3.09 | 0.42 | 0.45 |
| Hex | A4 | 48 | 43 | 0 | 38 | 3B | 24 | 3 | 2A | 2D |
| Octal | 244 | 110 | 103 | 0 | 70 | 73 | 44 | 3 | 52 | 55 |
| Binary | 10100100 | 1001000 | 1000011 | 0 | 111000 | 111011 | 100100 | 11 | 101010 | 101101 |
Color Harmonies of #A44843
Complementary color
Monochromatic Colors of #A44843
Black with #A44843
Text Example
Text Example
White with #A44843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44843; }
p { color: rgb(164,72,67); }
H1.HeaderClassName
{
color: #A44843;
}
.AnyTagClassName
{
color: #A44843;
}
</style>
background-color css
<style>
a { background-color: #A44843; }
a { background-color: rgb(164,72,67); }
div.DivClassName
{
background-color: #A44843;
}
.BgClassName
{
background-color: #A44843;
}
</style>
border-color css
<style>
span { border-color: #A44843; }
span { border-color: rgb(164,72,67); }
td.TdClassName
{
border-color: #A44843;
}
.TagClassName
{
border-color: #A44843;
}
</style>