Shades of Roof Terracotta #A34640
Tints of Roof Terracotta #A34640
RGB
CMYK
RGB Variations
Color information
#A34640 (or 0xA34640) is known color: Roof Terracotta. HEX triplet: A3, 46 and 40. RGB value is (163,70,64). Sum of RGB (Red+Green+Blue) = 163+70+64=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A34640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34640 is #5CB9BF. Grayscale: #616161. Windows color (decimal): -6076864 or 4212387. OLE color: 4212387.
HSL color Cylindrical-coordinate representation of color #A34640: hue angle of 3.64º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A34640 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 64 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.36 |
| HSL | 3.64º | 0.44% | 0.45% | - |
| HSV(B) | 3.64º | 0.61% | 0.64% | - |
| XYZ | 18.22 | 12.54 | 6.31 | - |
| YUV | 97.12 | 109.31 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 64 | 0 | 0.57 | 0.61 | 0.36 | 3.64 | 0.44 | 0.45 |
| Hex | A3 | 46 | 40 | 0 | 39 | 3D | 24 | 4 | 2C | 2D |
| Octal | 243 | 106 | 100 | 0 | 71 | 75 | 44 | 4 | 54 | 55 |
| Binary | 10100011 | 1000110 | 1000000 | 0 | 111001 | 111101 | 100100 | 100 | 101100 | 101101 |
Color Harmonies of #A34640
Complementary color
Monochromatic Colors of #A34640
Black with #A34640
Text Example
Text Example
White with #A34640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34640; }
p { color: rgb(163,70,64); }
H1.HeaderClassName
{
color: #A34640;
}
.AnyTagClassName
{
color: #A34640;
}
</style>
background-color css
<style>
a { background-color: #A34640; }
a { background-color: rgb(163,70,64); }
div.DivClassName
{
background-color: #A34640;
}
.BgClassName
{
background-color: #A34640;
}
</style>
border-color css
<style>
span { border-color: #A34640; }
span { border-color: rgb(163,70,64); }
td.TdClassName
{
border-color: #A34640;
}
.TagClassName
{
border-color: #A34640;
}
</style>