Shades of Roof Terracotta #AB463F
Tints of Roof Terracotta #AB463F
RGB
CMYK
RGB Variations
Color information
#AB463F (or 0xAB463F) is known color: Roof Terracotta. HEX triplet: AB, 46 and 3F. RGB value is (171,70,63). Sum of RGB (Red+Green+Blue) = 171+70+63=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB463F is #54B9C0. Grayscale: #636363. Windows color (decimal): -5552577 or 4146859. OLE color: 4146859.
HSL color Cylindrical-coordinate representation of color #AB463F: hue angle of 3.89º 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 #AB463F is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 63 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.33 |
| HSL | 3.89º | 0.46% | 0.46% | - |
| HSV(B) | 3.89º | 0.63% | 0.67% | - |
| XYZ | 19.88 | 13.4 | 6.24 | - |
| YUV | 99.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 63 | 0 | 0.59 | 0.63 | 0.33 | 3.89 | 0.46 | 0.46 |
| Hex | AB | 46 | 3F | 0 | 3B | 3F | 21 | 4 | 2E | 2E |
| Octal | 253 | 106 | 77 | 0 | 73 | 77 | 41 | 4 | 56 | 56 |
| Binary | 10101011 | 1000110 | 111111 | 0 | 111011 | 111111 | 100001 | 100 | 101110 | 101110 |
Color Harmonies of #AB463F
Complementary color
Monochromatic Colors of #AB463F
Black with #AB463F
Text Example
Text Example
White with #AB463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB463F; }
p { color: rgb(171,70,63); }
H1.HeaderClassName
{
color: #AB463F;
}
.AnyTagClassName
{
color: #AB463F;
}
</style>
background-color css
<style>
a { background-color: #AB463F; }
a { background-color: rgb(171,70,63); }
div.DivClassName
{
background-color: #AB463F;
}
.BgClassName
{
background-color: #AB463F;
}
</style>
border-color css
<style>
span { border-color: #AB463F; }
span { border-color: rgb(171,70,63); }
td.TdClassName
{
border-color: #AB463F;
}
.TagClassName
{
border-color: #AB463F;
}
</style>