Shades of Roof Terracotta #A84543
Tints of Roof Terracotta #A84543
RGB
CMYK
RGB Variations
Color information
#A84543 (or 0xA84543) is known color: Roof Terracotta. HEX triplet: A8, 45 and 43. RGB value is (168,69,67). Sum of RGB (Red+Green+Blue) = 168+69+67=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A84543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84543 is #57BABC. Grayscale: #626262. Windows color (decimal): -5749437 or 4408744. OLE color: 4408744.
HSL color Cylindrical-coordinate representation of color #A84543: hue angle of 1.19º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84543 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 67 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.34 |
| HSL | 1.19º | 0.43% | 0.46% | - |
| HSV(B) | 1.19º | 0.6% | 0.66% | - |
| XYZ | 19.29 | 12.99 | 6.8 | - |
| YUV | 98.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 67 | 0 | 0.59 | 0.60 | 0.34 | 1.19 | 0.43 | 0.46 |
| Hex | A8 | 45 | 43 | 0 | 3B | 3C | 22 | 1 | 2B | 2E |
| Octal | 250 | 105 | 103 | 0 | 73 | 74 | 42 | 1 | 53 | 56 |
| Binary | 10101000 | 1000101 | 1000011 | 0 | 111011 | 111100 | 100010 | 1 | 101011 | 101110 |
Color Harmonies of #A84543
Complementary color
Monochromatic Colors of #A84543
Black with #A84543
Text Example
Text Example
White with #A84543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84543; }
p { color: rgb(168,69,67); }
H1.HeaderClassName
{
color: #A84543;
}
.AnyTagClassName
{
color: #A84543;
}
</style>
background-color css
<style>
a { background-color: #A84543; }
a { background-color: rgb(168,69,67); }
div.DivClassName
{
background-color: #A84543;
}
.BgClassName
{
background-color: #A84543;
}
</style>
border-color css
<style>
span { border-color: #A84543; }
span { border-color: rgb(168,69,67); }
td.TdClassName
{
border-color: #A84543;
}
.TagClassName
{
border-color: #A84543;
}
</style>