Shades of Roof Terracotta #A84947
Tints of Roof Terracotta #A84947
RGB
CMYK
RGB Variations
Color information
#A84947 (or 0xA84947) is known color: Roof Terracotta. HEX triplet: A8, 49 and 47. RGB value is (168,73,71). Sum of RGB (Red+Green+Blue) = 168+73+71=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A84947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84947 is #57B6B8. Grayscale: #656565. Windows color (decimal): -5748409 or 4671912. OLE color: 4671912.
HSL color Cylindrical-coordinate representation of color #A84947: hue angle of 1.24º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84947 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 71 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.34 |
| HSL | 1.24º | 0.41% | 0.47% | - |
| HSV(B) | 1.24º | 0.58% | 0.66% | - |
| XYZ | 19.67 | 13.54 | 7.54 | - |
| YUV | 101.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 71 | 0 | 0.57 | 0.58 | 0.34 | 1.24 | 0.41 | 0.47 |
| Hex | A8 | 49 | 47 | 0 | 39 | 3A | 22 | 1 | 29 | 2F |
| Octal | 250 | 111 | 107 | 0 | 71 | 72 | 42 | 1 | 51 | 57 |
| Binary | 10101000 | 1001001 | 1000111 | 0 | 111001 | 111010 | 100010 | 1 | 101001 | 101111 |
Color Harmonies of #A84947
Complementary color
Monochromatic Colors of #A84947
Black with #A84947
Text Example
Text Example
White with #A84947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84947; }
p { color: rgb(168,73,71); }
H1.HeaderClassName
{
color: #A84947;
}
.AnyTagClassName
{
color: #A84947;
}
</style>
background-color css
<style>
a { background-color: #A84947; }
a { background-color: rgb(168,73,71); }
div.DivClassName
{
background-color: #A84947;
}
.BgClassName
{
background-color: #A84947;
}
</style>
border-color css
<style>
span { border-color: #A84947; }
span { border-color: rgb(168,73,71); }
td.TdClassName
{
border-color: #A84947;
}
.TagClassName
{
border-color: #A84947;
}
</style>