Shades of Coral Tree #AB7770
Tints of Coral Tree #AB7770
RGB
CMYK
RGB Variations
Color information
#AB7770 (or 0xAB7770) is known color: Coral Tree. HEX triplet: AB, 77 and 70. RGB value is (171,119,112). Sum of RGB (Red+Green+Blue) = 171+119+112=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7770 is #54888F. Grayscale: #858585. Windows color (decimal): -5539984 or 7370667. OLE color: 7370667.
HSL color Cylindrical-coordinate representation of color #AB7770: hue angle of 7.12º 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 #AB7770 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 112 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.33 |
| HSL | 7.12º | 0.26% | 0.55% | - |
| HSV(B) | 7.12º | 0.35% | 0.67% | - |
| XYZ | 26.32 | 23.02 | 18.39 | - |
| YUV | 133.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 112 | 0 | 0.30 | 0.35 | 0.33 | 7.12 | 0.26 | 0.55 |
| Hex | AB | 77 | 70 | 0 | 1E | 23 | 21 | 7 | 1A | 37 |
| Octal | 253 | 167 | 160 | 0 | 36 | 43 | 41 | 7 | 32 | 67 |
| Binary | 10101011 | 1110111 | 1110000 | 0 | 11110 | 100011 | 100001 | 111 | 11010 | 110111 |
Color Harmonies of #AB7770
Complementary color
Monochromatic Colors of #AB7770
Black with #AB7770
Text Example
Text Example
White with #AB7770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7770; }
p { color: rgb(171,119,112); }
H1.HeaderClassName
{
color: #AB7770;
}
.AnyTagClassName
{
color: #AB7770;
}
</style>
background-color css
<style>
a { background-color: #AB7770; }
a { background-color: rgb(171,119,112); }
div.DivClassName
{
background-color: #AB7770;
}
.BgClassName
{
background-color: #AB7770;
}
</style>
border-color css
<style>
span { border-color: #AB7770; }
span { border-color: rgb(171,119,112); }
td.TdClassName
{
border-color: #AB7770;
}
.TagClassName
{
border-color: #AB7770;
}
</style>