Shades of Coral Tree #AB6463
Tints of Coral Tree #AB6463
RGB
CMYK
RGB Variations
Color information
#AB6463 (or 0xAB6463) is known color: Coral Tree. HEX triplet: AB, 64 and 63. RGB value is (171,100,99). Sum of RGB (Red+Green+Blue) = 171+100+99=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6463 is #549B9C. Grayscale: #797979. Windows color (decimal): -5544861 or 6513835. OLE color: 6513835.
HSL color Cylindrical-coordinate representation of color #AB6463: hue angle of 0.83º 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 #AB6463 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 99 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.33 |
| HSL | 0.83º | 0.3% | 0.53% | - |
| HSV(B) | 0.83º | 0.42% | 0.67% | - |
| XYZ | 23.6 | 18.67 | 14.16 | - |
| YUV | 121.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 99 | 0 | 0.42 | 0.42 | 0.33 | 0.83 | 0.3 | 0.53 |
| Hex | AB | 64 | 63 | 0 | 2A | 2A | 21 | 1 | 1E | 35 |
| Octal | 253 | 144 | 143 | 0 | 52 | 52 | 41 | 1 | 36 | 65 |
| Binary | 10101011 | 1100100 | 1100011 | 0 | 101010 | 101010 | 100001 | 1 | 11110 | 110101 |
Color Harmonies of #AB6463
Complementary color
Monochromatic Colors of #AB6463
Black with #AB6463
Text Example
Text Example
White with #AB6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6463; }
p { color: rgb(171,100,99); }
H1.HeaderClassName
{
color: #AB6463;
}
.AnyTagClassName
{
color: #AB6463;
}
</style>
background-color css
<style>
a { background-color: #AB6463; }
a { background-color: rgb(171,100,99); }
div.DivClassName
{
background-color: #AB6463;
}
.BgClassName
{
background-color: #AB6463;
}
</style>
border-color css
<style>
span { border-color: #AB6463; }
span { border-color: rgb(171,100,99); }
td.TdClassName
{
border-color: #AB6463;
}
.TagClassName
{
border-color: #AB6463;
}
</style>