Shades of Coral Tree #AB6C66
Tints of Coral Tree #AB6C66
RGB
CMYK
RGB Variations
Color information
#AB6C66 (or 0xAB6C66) is known color: Coral Tree. HEX triplet: AB, 6C and 66. RGB value is (171,108,102). Sum of RGB (Red+Green+Blue) = 171+108+102=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6C66 is #549399. Grayscale: #7E7E7E. Windows color (decimal): -5542810 or 6712491. OLE color: 6712491.
HSL color Cylindrical-coordinate representation of color #AB6C66: hue angle of 5.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6C66 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 102 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.33 |
| HSL | 5.22º | 0.29% | 0.54% | - |
| HSV(B) | 5.22º | 0.4% | 0.67% | - |
| XYZ | 24.56 | 20.34 | 15.2 | - |
| YUV | 126.15 | 114.37 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 102 | 0 | 0.37 | 0.40 | 0.33 | 5.22 | 0.29 | 0.54 |
| Hex | AB | 6C | 66 | 0 | 25 | 28 | 21 | 5 | 1D | 36 |
| Octal | 253 | 154 | 146 | 0 | 45 | 50 | 41 | 5 | 35 | 66 |
| Binary | 10101011 | 1101100 | 1100110 | 0 | 100101 | 101000 | 100001 | 101 | 11101 | 110110 |
Color Harmonies of #AB6C66
Complementary color
Monochromatic Colors of #AB6C66
Black with #AB6C66
Text Example
Text Example
White with #AB6C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C66; }
p { color: rgb(171,108,102); }
H1.HeaderClassName
{
color: #AB6C66;
}
.AnyTagClassName
{
color: #AB6C66;
}
</style>
background-color css
<style>
a { background-color: #AB6C66; }
a { background-color: rgb(171,108,102); }
div.DivClassName
{
background-color: #AB6C66;
}
.BgClassName
{
background-color: #AB6C66;
}
</style>
border-color css
<style>
span { border-color: #AB6C66; }
span { border-color: rgb(171,108,102); }
td.TdClassName
{
border-color: #AB6C66;
}
.TagClassName
{
border-color: #AB6C66;
}
</style>