Shades of Roof Terracotta #A04543
Tints of Roof Terracotta #A04543
RGB
CMYK
RGB Variations
Color information
#A04543 (or 0xA04543) is known color: Roof Terracotta. HEX triplet: A0, 45 and 43. RGB value is (160,69,67). Sum of RGB (Red+Green+Blue) = 160+69+67=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A04543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04543 is #5FBABC. Grayscale: #606060. Windows color (decimal): -6273725 or 4408736. OLE color: 4408736.
HSL color Cylindrical-coordinate representation of color #A04543: hue angle of 1.29º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04543 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 67 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.37 |
| HSL | 1.29º | 0.41% | 0.45% | - |
| HSV(B) | 1.29º | 0.58% | 0.63% | - |
| XYZ | 17.64 | 12.14 | 6.72 | - |
| YUV | 95.98 | 111.65 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 67 | 0 | 0.57 | 0.58 | 0.37 | 1.29 | 0.41 | 0.45 |
| Hex | A0 | 45 | 43 | 0 | 39 | 3A | 25 | 1 | 29 | 2D |
| Octal | 240 | 105 | 103 | 0 | 71 | 72 | 45 | 1 | 51 | 55 |
| Binary | 10100000 | 1000101 | 1000011 | 0 | 111001 | 111010 | 100101 | 1 | 101001 | 101101 |
Color Harmonies of #A04543
Complementary color
Monochromatic Colors of #A04543
Black with #A04543
Text Example
Text Example
White with #A04543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04543; }
p { color: rgb(160,69,67); }
H1.HeaderClassName
{
color: #A04543;
}
.AnyTagClassName
{
color: #A04543;
}
</style>
background-color css
<style>
a { background-color: #A04543; }
a { background-color: rgb(160,69,67); }
div.DivClassName
{
background-color: #A04543;
}
.BgClassName
{
background-color: #A04543;
}
</style>
border-color css
<style>
span { border-color: #A04543; }
span { border-color: rgb(160,69,67); }
td.TdClassName
{
border-color: #A04543;
}
.TagClassName
{
border-color: #A04543;
}
</style>