Shades of Roof Terracotta #AB4242
Tints of Roof Terracotta #AB4242
RGB
CMYK
RGB Variations
Color information
#AB4242 (or 0xAB4242) is known color: Roof Terracotta. HEX triplet: AB, 42 and 42. RGB value is (171,66,66). Sum of RGB (Red+Green+Blue) = 171+66+66=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4242 is #54BDBD. Grayscale: #616161. Windows color (decimal): -5553598 or 4342443. OLE color: 4342443.
HSL color Cylindrical-coordinate representation of color #AB4242: hue angle of 0º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4242 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 66 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.33 |
| HSL | 0º | 0.44% | 0.46% | - |
| HSV(B) | 0º | 0.61% | 0.67% | - |
| XYZ | 19.73 | 12.95 | 6.61 | - |
| YUV | 97.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 66 | 0 | 0.61 | 0.61 | 0.33 | 0 | 0.44 | 0.46 |
| Hex | AB | 42 | 42 | 0 | 3D | 3D | 21 | 0 | 2C | 2E |
| Octal | 253 | 102 | 102 | 0 | 75 | 75 | 41 | 0 | 54 | 56 |
| Binary | 10101011 | 1000010 | 1000010 | 0 | 111101 | 111101 | 100001 | 0 | 101100 | 101110 |
Color Harmonies of #AB4242
Complementary color
Monochromatic Colors of #AB4242
Black with #AB4242
Text Example
Text Example
White with #AB4242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4242; }
p { color: rgb(171,66,66); }
H1.HeaderClassName
{
color: #AB4242;
}
.AnyTagClassName
{
color: #AB4242;
}
</style>
background-color css
<style>
a { background-color: #AB4242; }
a { background-color: rgb(171,66,66); }
div.DivClassName
{
background-color: #AB4242;
}
.BgClassName
{
background-color: #AB4242;
}
</style>
border-color css
<style>
span { border-color: #AB4242; }
span { border-color: rgb(171,66,66); }
td.TdClassName
{
border-color: #AB4242;
}
.TagClassName
{
border-color: #AB4242;
}
</style>