Shades of Roof Terracotta #AB483F
Tints of Roof Terracotta #AB483F
RGB
CMYK
RGB Variations
Color information
#AB483F (or 0xAB483F) is known color: Roof Terracotta. HEX triplet: AB, 48 and 3F. RGB value is (171,72,63). Sum of RGB (Red+Green+Blue) = 171+72+63=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB483F is #54B7C0. Grayscale: #646464. Windows color (decimal): -5552065 or 4147371. OLE color: 4147371.
HSL color Cylindrical-coordinate representation of color #AB483F: hue angle of 5º 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 #AB483F is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 63 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.33 |
| HSL | 5º | 0.46% | 0.46% | - |
| HSV(B) | 5º | 0.63% | 0.67% | - |
| XYZ | 20.01 | 13.65 | 6.28 | - |
| YUV | 100.58 | 106.8 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 63 | 0 | 0.58 | 0.63 | 0.33 | 5 | 0.46 | 0.46 |
| Hex | AB | 48 | 3F | 0 | 3A | 3F | 21 | 5 | 2E | 2E |
| Octal | 253 | 110 | 77 | 0 | 72 | 77 | 41 | 5 | 56 | 56 |
| Binary | 10101011 | 1001000 | 111111 | 0 | 111010 | 111111 | 100001 | 101 | 101110 | 101110 |
Color Harmonies of #AB483F
Complementary color
Monochromatic Colors of #AB483F
Black with #AB483F
Text Example
Text Example
White with #AB483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB483F; }
p { color: rgb(171,72,63); }
H1.HeaderClassName
{
color: #AB483F;
}
.AnyTagClassName
{
color: #AB483F;
}
</style>
background-color css
<style>
a { background-color: #AB483F; }
a { background-color: rgb(171,72,63); }
div.DivClassName
{
background-color: #AB483F;
}
.BgClassName
{
background-color: #AB483F;
}
</style>
border-color css
<style>
span { border-color: #AB483F; }
span { border-color: rgb(171,72,63); }
td.TdClassName
{
border-color: #AB483F;
}
.TagClassName
{
border-color: #AB483F;
}
</style>