Shades of Roof Terracotta #A34744
Tints of Roof Terracotta #A34744
RGB
CMYK
RGB Variations
Color information
#A34744 (or 0xA34744) is known color: Roof Terracotta. HEX triplet: A3, 47 and 44. RGB value is (163,71,68). Sum of RGB (Red+Green+Blue) = 163+71+68=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A34744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34744 is #5CB8BB. Grayscale: #626262. Windows color (decimal): -6076604 or 4474787. OLE color: 4474787.
HSL color Cylindrical-coordinate representation of color #A34744: hue angle of 1.89º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34744 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 71 | 68 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.36 |
| HSL | 1.89º | 0.41% | 0.45% | - |
| HSV(B) | 1.89º | 0.58% | 0.64% | - |
| XYZ | 18.4 | 12.71 | 6.95 | - |
| YUV | 98.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 68 | 0 | 0.56 | 0.58 | 0.36 | 1.89 | 0.41 | 0.45 |
| Hex | A3 | 47 | 44 | 0 | 38 | 3A | 24 | 2 | 29 | 2D |
| Octal | 243 | 107 | 104 | 0 | 70 | 72 | 44 | 2 | 51 | 55 |
| Binary | 10100011 | 1000111 | 1000100 | 0 | 111000 | 111010 | 100100 | 10 | 101001 | 101101 |
Color Harmonies of #A34744
Complementary color
Monochromatic Colors of #A34744
Black with #A34744
Text Example
Text Example
White with #A34744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34744; }
p { color: rgb(163,71,68); }
H1.HeaderClassName
{
color: #A34744;
}
.AnyTagClassName
{
color: #A34744;
}
</style>
background-color css
<style>
a { background-color: #A34744; }
a { background-color: rgb(163,71,68); }
div.DivClassName
{
background-color: #A34744;
}
.BgClassName
{
background-color: #A34744;
}
</style>
border-color css
<style>
span { border-color: #A34744; }
span { border-color: rgb(163,71,68); }
td.TdClassName
{
border-color: #A34744;
}
.TagClassName
{
border-color: #A34744;
}
</style>