Shades of Coral Tree #AB6E6A
Tints of Coral Tree #AB6E6A
RGB
CMYK
RGB Variations
Color information
#AB6E6A (or 0xAB6E6A) is known color: Coral Tree. HEX triplet: AB, 6E and 6A. RGB value is (171,110,106). Sum of RGB (Red+Green+Blue) = 171+110+106=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E6A is #549195. Grayscale: #7F7F7F. Windows color (decimal): -5542294 or 6975147. OLE color: 6975147.
HSL color Cylindrical-coordinate representation of color #AB6E6A: hue angle of 3.69º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB6E6A is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 110 | 106 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.33 |
| HSL | 3.69º | 0.28% | 0.54% | - |
| HSV(B) | 3.69º | 0.38% | 0.67% | - |
| XYZ | 24.97 | 20.85 | 16.34 | - |
| YUV | 127.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 106 | 0 | 0.36 | 0.38 | 0.33 | 3.69 | 0.28 | 0.54 |
| Hex | AB | 6E | 6A | 0 | 24 | 26 | 21 | 4 | 1C | 36 |
| Octal | 253 | 156 | 152 | 0 | 44 | 46 | 41 | 4 | 34 | 66 |
| Binary | 10101011 | 1101110 | 1101010 | 0 | 100100 | 100110 | 100001 | 100 | 11100 | 110110 |
Color Harmonies of #AB6E6A
Complementary color
Monochromatic Colors of #AB6E6A
Black with #AB6E6A
Text Example
Text Example
White with #AB6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6E6A; }
p { color: rgb(171,110,106); }
H1.HeaderClassName
{
color: #AB6E6A;
}
.AnyTagClassName
{
color: #AB6E6A;
}
</style>
background-color css
<style>
a { background-color: #AB6E6A; }
a { background-color: rgb(171,110,106); }
div.DivClassName
{
background-color: #AB6E6A;
}
.BgClassName
{
background-color: #AB6E6A;
}
</style>
border-color css
<style>
span { border-color: #AB6E6A; }
span { border-color: rgb(171,110,106); }
td.TdClassName
{
border-color: #AB6E6A;
}
.TagClassName
{
border-color: #AB6E6A;
}
</style>