Shades of Roof Terracotta #AB4543
Tints of Roof Terracotta #AB4543
RGB
CMYK
RGB Variations
Color information
#AB4543 (or 0xAB4543) is known color: Roof Terracotta. HEX triplet: AB, 45 and 43. RGB value is (171,69,67). Sum of RGB (Red+Green+Blue) = 171+69+67=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4543 is #54BABC. Grayscale: #636363. Windows color (decimal): -5552829 or 4408747. OLE color: 4408747.
HSL color Cylindrical-coordinate representation of color #AB4543: hue angle of 1.15º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4543 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 67 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.33 |
| HSL | 1.15º | 0.44% | 0.47% | - |
| HSV(B) | 1.15º | 0.61% | 0.67% | - |
| XYZ | 19.94 | 13.32 | 6.83 | - |
| YUV | 99.27 | 109.79 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 67 | 0 | 0.60 | 0.61 | 0.33 | 1.15 | 0.44 | 0.47 |
| Hex | AB | 45 | 43 | 0 | 3C | 3D | 21 | 1 | 2C | 2F |
| Octal | 253 | 105 | 103 | 0 | 74 | 75 | 41 | 1 | 54 | 57 |
| Binary | 10101011 | 1000101 | 1000011 | 0 | 111100 | 111101 | 100001 | 1 | 101100 | 101111 |
Color Harmonies of #AB4543
Complementary color
Monochromatic Colors of #AB4543
Black with #AB4543
Text Example
Text Example
White with #AB4543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4543; }
p { color: rgb(171,69,67); }
H1.HeaderClassName
{
color: #AB4543;
}
.AnyTagClassName
{
color: #AB4543;
}
</style>
background-color css
<style>
a { background-color: #AB4543; }
a { background-color: rgb(171,69,67); }
div.DivClassName
{
background-color: #AB4543;
}
.BgClassName
{
background-color: #AB4543;
}
</style>
border-color css
<style>
span { border-color: #AB4543; }
span { border-color: rgb(171,69,67); }
td.TdClassName
{
border-color: #AB4543;
}
.TagClassName
{
border-color: #AB4543;
}
</style>