Shades of Coral Tree #AB6664
Tints of Coral Tree #AB6664
RGB
CMYK
RGB Variations
Color information
#AB6664 (or 0xAB6664) is known color: Coral Tree. HEX triplet: AB, 66 and 64. RGB value is (171,102,100). Sum of RGB (Red+Green+Blue) = 171+102+100=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6664 is #54999B. Grayscale: #7A7A7A. Windows color (decimal): -5544348 or 6579883. OLE color: 6579883.
HSL color Cylindrical-coordinate representation of color #AB6664: hue angle of 1.69º 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 #AB6664 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 100 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.33 |
| HSL | 1.69º | 0.3% | 0.53% | - |
| HSV(B) | 1.69º | 0.42% | 0.67% | - |
| XYZ | 23.85 | 19.08 | 14.48 | - |
| YUV | 122.4 | 115.36 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 100 | 0 | 0.40 | 0.42 | 0.33 | 1.69 | 0.3 | 0.53 |
| Hex | AB | 66 | 64 | 0 | 28 | 2A | 21 | 2 | 1E | 35 |
| Octal | 253 | 146 | 144 | 0 | 50 | 52 | 41 | 2 | 36 | 65 |
| Binary | 10101011 | 1100110 | 1100100 | 0 | 101000 | 101010 | 100001 | 10 | 11110 | 110101 |
Color Harmonies of #AB6664
Complementary color
Monochromatic Colors of #AB6664
Black with #AB6664
Text Example
Text Example
White with #AB6664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6664; }
p { color: rgb(171,102,100); }
H1.HeaderClassName
{
color: #AB6664;
}
.AnyTagClassName
{
color: #AB6664;
}
</style>
background-color css
<style>
a { background-color: #AB6664; }
a { background-color: rgb(171,102,100); }
div.DivClassName
{
background-color: #AB6664;
}
.BgClassName
{
background-color: #AB6664;
}
</style>
border-color css
<style>
span { border-color: #AB6664; }
span { border-color: rgb(171,102,100); }
td.TdClassName
{
border-color: #AB6664;
}
.TagClassName
{
border-color: #AB6664;
}
</style>