Shades of Roof Terracotta #A84941
Tints of Roof Terracotta #A84941
RGB
CMYK
RGB Variations
Color information
#A84941 (or 0xA84941) is known color: Roof Terracotta. HEX triplet: A8, 49 and 41. RGB value is (168,73,65). Sum of RGB (Red+Green+Blue) = 168+73+65=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A84941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84941 is #57B6BE. Grayscale: #646464. Windows color (decimal): -5748415 or 4278696. OLE color: 4278696.
HSL color Cylindrical-coordinate representation of color #A84941: hue angle of 4.66º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84941 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 65 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.34 |
| HSL | 4.66º | 0.44% | 0.46% | - |
| HSV(B) | 4.66º | 0.61% | 0.66% | - |
| XYZ | 19.49 | 13.47 | 6.57 | - |
| YUV | 100.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 65 | 0 | 0.57 | 0.61 | 0.34 | 4.66 | 0.44 | 0.46 |
| Hex | A8 | 49 | 41 | 0 | 39 | 3D | 22 | 5 | 2C | 2E |
| Octal | 250 | 111 | 101 | 0 | 71 | 75 | 42 | 5 | 54 | 56 |
| Binary | 10101000 | 1001001 | 1000001 | 0 | 111001 | 111101 | 100010 | 101 | 101100 | 101110 |
Color Harmonies of #A84941
Complementary color
Monochromatic Colors of #A84941
Black with #A84941
Text Example
Text Example
White with #A84941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84941; }
p { color: rgb(168,73,65); }
H1.HeaderClassName
{
color: #A84941;
}
.AnyTagClassName
{
color: #A84941;
}
</style>
background-color css
<style>
a { background-color: #A84941; }
a { background-color: rgb(168,73,65); }
div.DivClassName
{
background-color: #A84941;
}
.BgClassName
{
background-color: #A84941;
}
</style>
border-color css
<style>
span { border-color: #A84941; }
span { border-color: rgb(168,73,65); }
td.TdClassName
{
border-color: #A84941;
}
.TagClassName
{
border-color: #A84941;
}
</style>