Shades of Coral Tree #AB7170
Tints of Coral Tree #AB7170
RGB
CMYK
RGB Variations
Color information
#AB7170 (or 0xAB7170) is known color: Coral Tree. HEX triplet: AB, 71 and 70. RGB value is (171,113,112). Sum of RGB (Red+Green+Blue) = 171+113+112=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7170 is #548E8F. Grayscale: #828282. Windows color (decimal): -5541520 or 7369131. OLE color: 7369131.
HSL color Cylindrical-coordinate representation of color #AB7170: hue angle of 1.02º 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 #AB7170 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 112 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.33 |
| HSL | 1.02º | 0.26% | 0.55% | - |
| HSV(B) | 1.02º | 0.35% | 0.67% | - |
| XYZ | 25.62 | 21.64 | 18.16 | - |
| YUV | 130.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 112 | 0 | 0.34 | 0.35 | 0.33 | 1.02 | 0.26 | 0.55 |
| Hex | AB | 71 | 70 | 0 | 22 | 23 | 21 | 1 | 1A | 37 |
| Octal | 253 | 161 | 160 | 0 | 42 | 43 | 41 | 1 | 32 | 67 |
| Binary | 10101011 | 1110001 | 1110000 | 0 | 100010 | 100011 | 100001 | 1 | 11010 | 110111 |
Color Harmonies of #AB7170
Complementary color
Monochromatic Colors of #AB7170
Black with #AB7170
Text Example
Text Example
White with #AB7170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7170; }
p { color: rgb(171,113,112); }
H1.HeaderClassName
{
color: #AB7170;
}
.AnyTagClassName
{
color: #AB7170;
}
</style>
background-color css
<style>
a { background-color: #AB7170; }
a { background-color: rgb(171,113,112); }
div.DivClassName
{
background-color: #AB7170;
}
.BgClassName
{
background-color: #AB7170;
}
</style>
border-color css
<style>
span { border-color: #AB7170; }
span { border-color: rgb(171,113,112); }
td.TdClassName
{
border-color: #AB7170;
}
.TagClassName
{
border-color: #AB7170;
}
</style>