Shades of Coral Tree #AB6864
Tints of Coral Tree #AB6864
RGB
CMYK
RGB Variations
Color information
#AB6864 (or 0xAB6864) is known color: Coral Tree. HEX triplet: AB, 68 and 64. RGB value is (171,104,100). Sum of RGB (Red+Green+Blue) = 171+104+100=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6864 is #54979B. Grayscale: #7B7B7B. Windows color (decimal): -5543836 or 6580395. OLE color: 6580395.
HSL color Cylindrical-coordinate representation of color #AB6864: hue angle of 3.38º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6864 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 100 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.33 |
| HSL | 3.38º | 0.3% | 0.53% | - |
| HSV(B) | 3.38º | 0.42% | 0.67% | - |
| XYZ | 24.05 | 19.48 | 14.55 | - |
| YUV | 123.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 100 | 0 | 0.39 | 0.42 | 0.33 | 3.38 | 0.3 | 0.53 |
| Hex | AB | 68 | 64 | 0 | 27 | 2A | 21 | 3 | 1E | 35 |
| Octal | 253 | 150 | 144 | 0 | 47 | 52 | 41 | 3 | 36 | 65 |
| Binary | 10101011 | 1101000 | 1100100 | 0 | 100111 | 101010 | 100001 | 11 | 11110 | 110101 |
Color Harmonies of #AB6864
Complementary color
Monochromatic Colors of #AB6864
Black with #AB6864
Text Example
Text Example
White with #AB6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6864; }
p { color: rgb(171,104,100); }
H1.HeaderClassName
{
color: #AB6864;
}
.AnyTagClassName
{
color: #AB6864;
}
</style>
background-color css
<style>
a { background-color: #AB6864; }
a { background-color: rgb(171,104,100); }
div.DivClassName
{
background-color: #AB6864;
}
.BgClassName
{
background-color: #AB6864;
}
</style>
border-color css
<style>
span { border-color: #AB6864; }
span { border-color: rgb(171,104,100); }
td.TdClassName
{
border-color: #AB6864;
}
.TagClassName
{
border-color: #AB6864;
}
</style>