Shades of Coral Tree #AB7070
Tints of Coral Tree #AB7070
RGB
CMYK
RGB Variations
Color information
#AB7070 (or 0xAB7070) is known color: Coral Tree. HEX triplet: AB, 70 and 70. RGB value is (171,112,112). Sum of RGB (Red+Green+Blue) = 171+112+112=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7070 is #548F8F. Grayscale: #818181. Windows color (decimal): -5541776 or 7368875. OLE color: 7368875.
HSL color Cylindrical-coordinate representation of color #AB7070: hue angle of 0º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7070 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 112 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.33 |
| HSL | 0º | 0.26% | 0.55% | - |
| HSV(B) | 0º | 0.35% | 0.67% | - |
| XYZ | 25.51 | 21.42 | 18.12 | - |
| YUV | 129.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 112 | 0 | 0.35 | 0.35 | 0.33 | 0 | 0.26 | 0.55 |
| Hex | AB | 70 | 70 | 0 | 23 | 23 | 21 | 0 | 1A | 37 |
| Octal | 253 | 160 | 160 | 0 | 43 | 43 | 41 | 0 | 32 | 67 |
| Binary | 10101011 | 1110000 | 1110000 | 0 | 100011 | 100011 | 100001 | 0 | 11010 | 110111 |
Color Harmonies of #AB7070
Complementary color
Monochromatic Colors of #AB7070
Black with #AB7070
Text Example
Text Example
White with #AB7070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7070; }
p { color: rgb(171,112,112); }
H1.HeaderClassName
{
color: #AB7070;
}
.AnyTagClassName
{
color: #AB7070;
}
</style>
background-color css
<style>
a { background-color: #AB7070; }
a { background-color: rgb(171,112,112); }
div.DivClassName
{
background-color: #AB7070;
}
.BgClassName
{
background-color: #AB7070;
}
</style>
border-color css
<style>
span { border-color: #AB7070; }
span { border-color: rgb(171,112,112); }
td.TdClassName
{
border-color: #AB7070;
}
.TagClassName
{
border-color: #AB7070;
}
</style>