Shades of Roof Terracotta #AB4240
Tints of Roof Terracotta #AB4240
RGB
CMYK
RGB Variations
Color information
#AB4240 (or 0xAB4240) is known color: Roof Terracotta. HEX triplet: AB, 42 and 40. RGB value is (171,66,64). Sum of RGB (Red+Green+Blue) = 171+66+64=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4240 is #54BDBF. Grayscale: #616161. Windows color (decimal): -5553600 or 4211371. OLE color: 4211371.
HSL color Cylindrical-coordinate representation of color #AB4240: hue angle of 1.12º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4240 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 64 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.33 |
| HSL | 1.12º | 0.46% | 0.46% | - |
| HSV(B) | 1.12º | 0.63% | 0.67% | - |
| XYZ | 19.67 | 12.92 | 6.31 | - |
| YUV | 97.17 | 109.29 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 64 | 0 | 0.61 | 0.63 | 0.33 | 1.12 | 0.46 | 0.46 |
| Hex | AB | 42 | 40 | 0 | 3D | 3F | 21 | 1 | 2E | 2E |
| Octal | 253 | 102 | 100 | 0 | 75 | 77 | 41 | 1 | 56 | 56 |
| Binary | 10101011 | 1000010 | 1000000 | 0 | 111101 | 111111 | 100001 | 1 | 101110 | 101110 |
Color Harmonies of #AB4240
Complementary color
Monochromatic Colors of #AB4240
Black with #AB4240
Text Example
Text Example
White with #AB4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4240; }
p { color: rgb(171,66,64); }
H1.HeaderClassName
{
color: #AB4240;
}
.AnyTagClassName
{
color: #AB4240;
}
</style>
background-color css
<style>
a { background-color: #AB4240; }
a { background-color: rgb(171,66,64); }
div.DivClassName
{
background-color: #AB4240;
}
.BgClassName
{
background-color: #AB4240;
}
</style>
border-color css
<style>
span { border-color: #AB4240; }
span { border-color: rgb(171,66,64); }
td.TdClassName
{
border-color: #AB4240;
}
.TagClassName
{
border-color: #AB4240;
}
</style>