Shades of Coral Tree #AB6665
Tints of Coral Tree #AB6665
RGB
CMYK
RGB Variations
Color information
#AB6665 (or 0xAB6665) is known color: Coral Tree. HEX triplet: AB, 66 and 65. RGB value is (171,102,101). Sum of RGB (Red+Green+Blue) = 171+102+101=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6665 is #54999A. Grayscale: #7A7A7A. Windows color (decimal): -5544347 or 6645419. OLE color: 6645419.
HSL color Cylindrical-coordinate representation of color #AB6665: hue angle of 0.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6665 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 101 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.33 |
| HSL | 0.86º | 0.29% | 0.53% | - |
| HSV(B) | 0.86º | 0.41% | 0.67% | - |
| XYZ | 23.89 | 19.1 | 14.74 | - |
| YUV | 122.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 101 | 0 | 0.40 | 0.41 | 0.33 | 0.86 | 0.29 | 0.53 |
| Hex | AB | 66 | 65 | 0 | 28 | 29 | 21 | 1 | 1D | 35 |
| Octal | 253 | 146 | 145 | 0 | 50 | 51 | 41 | 1 | 35 | 65 |
| Binary | 10101011 | 1100110 | 1100101 | 0 | 101000 | 101001 | 100001 | 1 | 11101 | 110101 |
Color Harmonies of #AB6665
Complementary color
Monochromatic Colors of #AB6665
Black with #AB6665
Text Example
Text Example
White with #AB6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6665; }
p { color: rgb(171,102,101); }
H1.HeaderClassName
{
color: #AB6665;
}
.AnyTagClassName
{
color: #AB6665;
}
</style>
background-color css
<style>
a { background-color: #AB6665; }
a { background-color: rgb(171,102,101); }
div.DivClassName
{
background-color: #AB6665;
}
.BgClassName
{
background-color: #AB6665;
}
</style>
border-color css
<style>
span { border-color: #AB6665; }
span { border-color: rgb(171,102,101); }
td.TdClassName
{
border-color: #AB6665;
}
.TagClassName
{
border-color: #AB6665;
}
</style>