Shades of Roof Terracotta #A84342
Tints of Roof Terracotta #A84342
RGB
CMYK
RGB Variations
Color information
#A84342 (or 0xA84342) is known color: Roof Terracotta. HEX triplet: A8, 43 and 42. RGB value is (168,67,66). Sum of RGB (Red+Green+Blue) = 168+67+66=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A84342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84342 is #57BCBD. Grayscale: #616161. Windows color (decimal): -5749950 or 4342696. OLE color: 4342696.
HSL color Cylindrical-coordinate representation of color #A84342: hue angle of 0.59º 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 #A84342 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 66 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.34 |
| HSL | 0.59º | 0.44% | 0.46% | - |
| HSV(B) | 0.59º | 0.61% | 0.66% | - |
| XYZ | 19.14 | 12.73 | 6.6 | - |
| YUV | 97.09 | 110.46 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 66 | 0 | 0.60 | 0.61 | 0.34 | 0.59 | 0.44 | 0.46 |
| Hex | A8 | 43 | 42 | 0 | 3C | 3D | 22 | 1 | 2C | 2E |
| Octal | 250 | 103 | 102 | 0 | 74 | 75 | 42 | 1 | 54 | 56 |
| Binary | 10101000 | 1000011 | 1000010 | 0 | 111100 | 111101 | 100010 | 1 | 101100 | 101110 |
Color Harmonies of #A84342
Complementary color
Monochromatic Colors of #A84342
Black with #A84342
Text Example
Text Example
White with #A84342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84342; }
p { color: rgb(168,67,66); }
H1.HeaderClassName
{
color: #A84342;
}
.AnyTagClassName
{
color: #A84342;
}
</style>
background-color css
<style>
a { background-color: #A84342; }
a { background-color: rgb(168,67,66); }
div.DivClassName
{
background-color: #A84342;
}
.BgClassName
{
background-color: #A84342;
}
</style>
border-color css
<style>
span { border-color: #A84342; }
span { border-color: rgb(168,67,66); }
td.TdClassName
{
border-color: #A84342;
}
.TagClassName
{
border-color: #A84342;
}
</style>