Shades of Roof Terracotta #A84940
Tints of Roof Terracotta #A84940
RGB
CMYK
RGB Variations
Color information
#A84940 (or 0xA84940) is known color: Roof Terracotta. HEX triplet: A8, 49 and 40. RGB value is (168,73,64). Sum of RGB (Red+Green+Blue) = 168+73+64=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A84940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84940 is #57B6BF. Grayscale: #646464. Windows color (decimal): -5748416 or 4213160. OLE color: 4213160.
HSL color Cylindrical-coordinate representation of color #A84940: hue angle of 5.19º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84940 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 64 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.34 |
| HSL | 5.19º | 0.45% | 0.45% | - |
| HSV(B) | 5.19º | 0.62% | 0.66% | - |
| XYZ | 19.46 | 13.46 | 6.42 | - |
| YUV | 100.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 64 | 0 | 0.57 | 0.62 | 0.34 | 5.19 | 0.45 | 0.45 |
| Hex | A8 | 49 | 40 | 0 | 39 | 3E | 22 | 5 | 2D | 2D |
| Octal | 250 | 111 | 100 | 0 | 71 | 76 | 42 | 5 | 55 | 55 |
| Binary | 10101000 | 1001001 | 1000000 | 0 | 111001 | 111110 | 100010 | 101 | 101101 | 101101 |
Color Harmonies of #A84940
Complementary color
Monochromatic Colors of #A84940
Black with #A84940
Text Example
Text Example
White with #A84940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84940; }
p { color: rgb(168,73,64); }
H1.HeaderClassName
{
color: #A84940;
}
.AnyTagClassName
{
color: #A84940;
}
</style>
background-color css
<style>
a { background-color: #A84940; }
a { background-color: rgb(168,73,64); }
div.DivClassName
{
background-color: #A84940;
}
.BgClassName
{
background-color: #A84940;
}
</style>
border-color css
<style>
span { border-color: #A84940; }
span { border-color: rgb(168,73,64); }
td.TdClassName
{
border-color: #A84940;
}
.TagClassName
{
border-color: #A84940;
}
</style>