Shades of Roof Terracotta #A34940
Tints of Roof Terracotta #A34940
RGB
CMYK
RGB Variations
Color information
#A34940 (or 0xA34940) is known color: Roof Terracotta. HEX triplet: A3, 49 and 40. RGB value is (163,73,64). Sum of RGB (Red+Green+Blue) = 163+73+64=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A34940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34940 is #5CB6BF. Grayscale: #636363. Windows color (decimal): -6076096 or 4213155. OLE color: 4213155.
HSL color Cylindrical-coordinate representation of color #A34940: hue angle of 5.45º 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 #A34940 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 73 | 64 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.36 |
| HSL | 5.45º | 0.44% | 0.45% | - |
| HSV(B) | 5.45º | 0.61% | 0.64% | - |
| XYZ | 18.41 | 12.92 | 6.37 | - |
| YUV | 98.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 64 | 0 | 0.55 | 0.61 | 0.36 | 5.45 | 0.44 | 0.45 |
| Hex | A3 | 49 | 40 | 0 | 37 | 3D | 24 | 5 | 2C | 2D |
| Octal | 243 | 111 | 100 | 0 | 67 | 75 | 44 | 5 | 54 | 55 |
| Binary | 10100011 | 1001001 | 1000000 | 0 | 110111 | 111101 | 100100 | 101 | 101100 | 101101 |
Color Harmonies of #A34940
Complementary color
Monochromatic Colors of #A34940
Black with #A34940
Text Example
Text Example
White with #A34940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34940; }
p { color: rgb(163,73,64); }
H1.HeaderClassName
{
color: #A34940;
}
.AnyTagClassName
{
color: #A34940;
}
</style>
background-color css
<style>
a { background-color: #A34940; }
a { background-color: rgb(163,73,64); }
div.DivClassName
{
background-color: #A34940;
}
.BgClassName
{
background-color: #A34940;
}
</style>
border-color css
<style>
span { border-color: #A34940; }
span { border-color: rgb(163,73,64); }
td.TdClassName
{
border-color: #A34940;
}
.TagClassName
{
border-color: #A34940;
}
</style>