Shades of Coral Tree #AB6462
Tints of Coral Tree #AB6462
RGB
CMYK
RGB Variations
Color information
#AB6462 (or 0xAB6462) is known color: Coral Tree. HEX triplet: AB, 64 and 62. RGB value is (171,100,98). Sum of RGB (Red+Green+Blue) = 171+100+98=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6462 is #549B9D. Grayscale: #797979. Windows color (decimal): -5544862 or 6448299. OLE color: 6448299.
HSL color Cylindrical-coordinate representation of color #AB6462: hue angle of 1.64º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6462 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 98 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.33 |
| HSL | 1.64º | 0.3% | 0.53% | - |
| HSV(B) | 1.64º | 0.43% | 0.67% | - |
| XYZ | 23.56 | 18.65 | 13.91 | - |
| YUV | 121 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 98 | 0 | 0.42 | 0.43 | 0.33 | 1.64 | 0.3 | 0.53 |
| Hex | AB | 64 | 62 | 0 | 2A | 2B | 21 | 2 | 1E | 35 |
| Octal | 253 | 144 | 142 | 0 | 52 | 53 | 41 | 2 | 36 | 65 |
| Binary | 10101011 | 1100100 | 1100010 | 0 | 101010 | 101011 | 100001 | 10 | 11110 | 110101 |
Color Harmonies of #AB6462
Complementary color
Monochromatic Colors of #AB6462
Black with #AB6462
Text Example
Text Example
White with #AB6462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6462; }
p { color: rgb(171,100,98); }
H1.HeaderClassName
{
color: #AB6462;
}
.AnyTagClassName
{
color: #AB6462;
}
</style>
background-color css
<style>
a { background-color: #AB6462; }
a { background-color: rgb(171,100,98); }
div.DivClassName
{
background-color: #AB6462;
}
.BgClassName
{
background-color: #AB6462;
}
</style>
border-color css
<style>
span { border-color: #AB6462; }
span { border-color: rgb(171,100,98); }
td.TdClassName
{
border-color: #AB6462;
}
.TagClassName
{
border-color: #AB6462;
}
</style>