Shades of Coral Tree #AB6766
Tints of Coral Tree #AB6766
RGB
CMYK
RGB Variations
Color information
#AB6766 (or 0xAB6766) is known color: Coral Tree. HEX triplet: AB, 67 and 66. RGB value is (171,103,102). Sum of RGB (Red+Green+Blue) = 171+103+102=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6766 is #549899. Grayscale: #7B7B7B. Windows color (decimal): -5544090 or 6711211. OLE color: 6711211.
HSL color Cylindrical-coordinate representation of color #AB6766: hue angle of 0.87º 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 #AB6766 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 102 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.33 |
| HSL | 0.87º | 0.29% | 0.54% | - |
| HSV(B) | 0.87º | 0.4% | 0.67% | - |
| XYZ | 24.04 | 19.32 | 15.03 | - |
| YUV | 123.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 102 | 0 | 0.40 | 0.40 | 0.33 | 0.87 | 0.29 | 0.54 |
| Hex | AB | 67 | 66 | 0 | 28 | 28 | 21 | 1 | 1D | 36 |
| Octal | 253 | 147 | 146 | 0 | 50 | 50 | 41 | 1 | 35 | 66 |
| Binary | 10101011 | 1100111 | 1100110 | 0 | 101000 | 101000 | 100001 | 1 | 11101 | 110110 |
Color Harmonies of #AB6766
Complementary color
Monochromatic Colors of #AB6766
Black with #AB6766
Text Example
Text Example
White with #AB6766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6766; }
p { color: rgb(171,103,102); }
H1.HeaderClassName
{
color: #AB6766;
}
.AnyTagClassName
{
color: #AB6766;
}
</style>
background-color css
<style>
a { background-color: #AB6766; }
a { background-color: rgb(171,103,102); }
div.DivClassName
{
background-color: #AB6766;
}
.BgClassName
{
background-color: #AB6766;
}
</style>
border-color css
<style>
span { border-color: #AB6766; }
span { border-color: rgb(171,103,102); }
td.TdClassName
{
border-color: #AB6766;
}
.TagClassName
{
border-color: #AB6766;
}
</style>