Shades of Coral Tree #AB6260
Tints of Coral Tree #AB6260
RGB
CMYK
RGB Variations
Color information
#AB6260 (or 0xAB6260) is known color: Coral Tree. HEX triplet: AB, 62 and 60. RGB value is (171,98,96). Sum of RGB (Red+Green+Blue) = 171+98+96=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6260 is #549D9F. Grayscale: #777777. Windows color (decimal): -5545376 or 6316715. OLE color: 6316715.
HSL color Cylindrical-coordinate representation of color #AB6260: hue angle of 1.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6260 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 96 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.33 |
| HSL | 1.6º | 0.31% | 0.52% | - |
| HSV(B) | 1.6º | 0.44% | 0.67% | - |
| XYZ | 23.27 | 18.24 | 13.36 | - |
| YUV | 119.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 96 | 0 | 0.43 | 0.44 | 0.33 | 1.6 | 0.31 | 0.52 |
| Hex | AB | 62 | 60 | 0 | 2B | 2C | 21 | 2 | 1F | 34 |
| Octal | 253 | 142 | 140 | 0 | 53 | 54 | 41 | 2 | 37 | 64 |
| Binary | 10101011 | 1100010 | 1100000 | 0 | 101011 | 101100 | 100001 | 10 | 11111 | 110100 |
Color Harmonies of #AB6260
Complementary color
Monochromatic Colors of #AB6260
Black with #AB6260
Text Example
Text Example
White with #AB6260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6260; }
p { color: rgb(171,98,96); }
H1.HeaderClassName
{
color: #AB6260;
}
.AnyTagClassName
{
color: #AB6260;
}
</style>
background-color css
<style>
a { background-color: #AB6260; }
a { background-color: rgb(171,98,96); }
div.DivClassName
{
background-color: #AB6260;
}
.BgClassName
{
background-color: #AB6260;
}
</style>
border-color css
<style>
span { border-color: #AB6260; }
span { border-color: rgb(171,98,96); }
td.TdClassName
{
border-color: #AB6260;
}
.TagClassName
{
border-color: #AB6260;
}
</style>