Shades of Coral Tree #AB6F66
Tints of Coral Tree #AB6F66
RGB
CMYK
RGB Variations
Color information
#AB6F66 (or 0xAB6F66) is known color: Coral Tree. HEX triplet: AB, 6F and 66. RGB value is (171,111,102). Sum of RGB (Red+Green+Blue) = 171+111+102=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6F66 is #549099. Grayscale: #808080. Windows color (decimal): -5542042 or 6713259. OLE color: 6713259.
HSL color Cylindrical-coordinate representation of color #AB6F66: hue angle of 7.83º 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 #AB6F66 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 102 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.33 |
| HSL | 7.83º | 0.29% | 0.54% | - |
| HSV(B) | 7.83º | 0.4% | 0.67% | - |
| XYZ | 24.88 | 20.99 | 15.31 | - |
| YUV | 127.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 102 | 0 | 0.35 | 0.40 | 0.33 | 7.83 | 0.29 | 0.54 |
| Hex | AB | 6F | 66 | 0 | 23 | 28 | 21 | 8 | 1D | 36 |
| Octal | 253 | 157 | 146 | 0 | 43 | 50 | 41 | 10 | 35 | 66 |
| Binary | 10101011 | 1101111 | 1100110 | 0 | 100011 | 101000 | 100001 | 1000 | 11101 | 110110 |
Color Harmonies of #AB6F66
Complementary color
Monochromatic Colors of #AB6F66
Black with #AB6F66
Text Example
Text Example
White with #AB6F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6F66; }
p { color: rgb(171,111,102); }
H1.HeaderClassName
{
color: #AB6F66;
}
.AnyTagClassName
{
color: #AB6F66;
}
</style>
background-color css
<style>
a { background-color: #AB6F66; }
a { background-color: rgb(171,111,102); }
div.DivClassName
{
background-color: #AB6F66;
}
.BgClassName
{
background-color: #AB6F66;
}
</style>
border-color css
<style>
span { border-color: #AB6F66; }
span { border-color: rgb(171,111,102); }
td.TdClassName
{
border-color: #AB6F66;
}
.TagClassName
{
border-color: #AB6F66;
}
</style>