Shades of Coral Tree #AB6E6B
Tints of Coral Tree #AB6E6B
RGB
CMYK
RGB Variations
Color information
#AB6E6B (or 0xAB6E6B) is known color: Coral Tree. HEX triplet: AB, 6E and 6B. RGB value is (171,110,107). Sum of RGB (Red+Green+Blue) = 171+110+107=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E6B is #549194. Grayscale: #7F7F7F. Windows color (decimal): -5542293 or 7040683. OLE color: 7040683.
HSL color Cylindrical-coordinate representation of color #AB6E6B: hue angle of 2.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6E6B is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 110 | 107 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.33 |
| HSL | 2.81º | 0.28% | 0.55% | - |
| HSV(B) | 2.81º | 0.37% | 0.67% | - |
| XYZ | 25.02 | 20.87 | 16.62 | - |
| YUV | 127.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 107 | 0 | 0.36 | 0.37 | 0.33 | 2.81 | 0.28 | 0.55 |
| Hex | AB | 6E | 6B | 0 | 24 | 25 | 21 | 3 | 1C | 37 |
| Octal | 253 | 156 | 153 | 0 | 44 | 45 | 41 | 3 | 34 | 67 |
| Binary | 10101011 | 1101110 | 1101011 | 0 | 100100 | 100101 | 100001 | 11 | 11100 | 110111 |
Color Harmonies of #AB6E6B
Complementary color
Monochromatic Colors of #AB6E6B
Black with #AB6E6B
Text Example
Text Example
White with #AB6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6E6B; }
p { color: rgb(171,110,107); }
H1.HeaderClassName
{
color: #AB6E6B;
}
.AnyTagClassName
{
color: #AB6E6B;
}
</style>
background-color css
<style>
a { background-color: #AB6E6B; }
a { background-color: rgb(171,110,107); }
div.DivClassName
{
background-color: #AB6E6B;
}
.BgClassName
{
background-color: #AB6E6B;
}
</style>
border-color css
<style>
span { border-color: #AB6E6B; }
span { border-color: rgb(171,110,107); }
td.TdClassName
{
border-color: #AB6E6B;
}
.TagClassName
{
border-color: #AB6E6B;
}
</style>