Shades of Roof Terracotta #A44743
Tints of Roof Terracotta #A44743
RGB
CMYK
RGB Variations
Color information
#A44743 (or 0xA44743) is known color: Roof Terracotta. HEX triplet: A4, 47 and 43. RGB value is (164,71,67). Sum of RGB (Red+Green+Blue) = 164+71+67=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A44743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44743 is #5BB8BC. Grayscale: #626262. Windows color (decimal): -6011069 or 4409252. OLE color: 4409252.
HSL color Cylindrical-coordinate representation of color #A44743: hue angle of 2.47º 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 #A44743 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 71 | 67 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.36 |
| HSL | 2.47º | 0.42% | 0.45% | - |
| HSV(B) | 2.47º | 0.59% | 0.64% | - |
| XYZ | 18.58 | 12.8 | 6.8 | - |
| YUV | 98.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 71 | 67 | 0 | 0.57 | 0.59 | 0.36 | 2.47 | 0.42 | 0.45 |
| Hex | A4 | 47 | 43 | 0 | 39 | 3B | 24 | 2 | 2A | 2D |
| Octal | 244 | 107 | 103 | 0 | 71 | 73 | 44 | 2 | 52 | 55 |
| Binary | 10100100 | 1000111 | 1000011 | 0 | 111001 | 111011 | 100100 | 10 | 101010 | 101101 |
Color Harmonies of #A44743
Complementary color
Monochromatic Colors of #A44743
Black with #A44743
Text Example
Text Example
White with #A44743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44743; }
p { color: rgb(164,71,67); }
H1.HeaderClassName
{
color: #A44743;
}
.AnyTagClassName
{
color: #A44743;
}
</style>
background-color css
<style>
a { background-color: #A44743; }
a { background-color: rgb(164,71,67); }
div.DivClassName
{
background-color: #A44743;
}
.BgClassName
{
background-color: #A44743;
}
</style>
border-color css
<style>
span { border-color: #A44743; }
span { border-color: rgb(164,71,67); }
td.TdClassName
{
border-color: #A44743;
}
.TagClassName
{
border-color: #A44743;
}
</style>