Shades of Roof Terracotta #AB4640
Tints of Roof Terracotta #AB4640
RGB
CMYK
RGB Variations
Color information
#AB4640 (or 0xAB4640) is known color: Roof Terracotta. HEX triplet: AB, 46 and 40. RGB value is (171,70,64). Sum of RGB (Red+Green+Blue) = 171+70+64=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4640 is #54B9BF. Grayscale: #636363. Windows color (decimal): -5552576 or 4212395. OLE color: 4212395.
HSL color Cylindrical-coordinate representation of color #AB4640: hue angle of 3.36º 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 #AB4640 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 64 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.33 |
| HSL | 3.36º | 0.46% | 0.46% | - |
| HSV(B) | 3.36º | 0.63% | 0.67% | - |
| XYZ | 19.91 | 13.41 | 6.39 | - |
| YUV | 99.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 64 | 0 | 0.59 | 0.63 | 0.33 | 3.36 | 0.46 | 0.46 |
| Hex | AB | 46 | 40 | 0 | 3B | 3F | 21 | 3 | 2E | 2E |
| Octal | 253 | 106 | 100 | 0 | 73 | 77 | 41 | 3 | 56 | 56 |
| Binary | 10101011 | 1000110 | 1000000 | 0 | 111011 | 111111 | 100001 | 11 | 101110 | 101110 |
Color Harmonies of #AB4640
Complementary color
Monochromatic Colors of #AB4640
Black with #AB4640
Text Example
Text Example
White with #AB4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4640; }
p { color: rgb(171,70,64); }
H1.HeaderClassName
{
color: #AB4640;
}
.AnyTagClassName
{
color: #AB4640;
}
</style>
background-color css
<style>
a { background-color: #AB4640; }
a { background-color: rgb(171,70,64); }
div.DivClassName
{
background-color: #AB4640;
}
.BgClassName
{
background-color: #AB4640;
}
</style>
border-color css
<style>
span { border-color: #AB4640; }
span { border-color: rgb(171,70,64); }
td.TdClassName
{
border-color: #AB4640;
}
.TagClassName
{
border-color: #AB4640;
}
</style>