Shades of Coral Tree #AB6C60
Tints of Coral Tree #AB6C60
RGB
CMYK
RGB Variations
Color information
#AB6C60 (or 0xAB6C60) is known color: Coral Tree. HEX triplet: AB, 6C and 60. RGB value is (171,108,96). Sum of RGB (Red+Green+Blue) = 171+108+96=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6C60 is #54939F. Grayscale: #7D7D7D. Windows color (decimal): -5542816 or 6319275. OLE color: 6319275.
HSL color Cylindrical-coordinate representation of color #AB6C60: hue angle of 9.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 #AB6C60 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 96 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.33 |
| HSL | 9.6º | 0.31% | 0.52% | - |
| HSV(B) | 9.6º | 0.44% | 0.67% | - |
| XYZ | 24.27 | 20.23 | 13.69 | - |
| YUV | 125.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 96 | 0 | 0.37 | 0.44 | 0.33 | 9.6 | 0.31 | 0.52 |
| Hex | AB | 6C | 60 | 0 | 25 | 2C | 21 | A | 1F | 34 |
| Octal | 253 | 154 | 140 | 0 | 45 | 54 | 41 | 12 | 37 | 64 |
| Binary | 10101011 | 1101100 | 1100000 | 0 | 100101 | 101100 | 100001 | 1010 | 11111 | 110100 |
Color Harmonies of #AB6C60
Complementary color
Monochromatic Colors of #AB6C60
Black with #AB6C60
Text Example
Text Example
White with #AB6C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C60; }
p { color: rgb(171,108,96); }
H1.HeaderClassName
{
color: #AB6C60;
}
.AnyTagClassName
{
color: #AB6C60;
}
</style>
background-color css
<style>
a { background-color: #AB6C60; }
a { background-color: rgb(171,108,96); }
div.DivClassName
{
background-color: #AB6C60;
}
.BgClassName
{
background-color: #AB6C60;
}
</style>
border-color css
<style>
span { border-color: #AB6C60; }
span { border-color: rgb(171,108,96); }
td.TdClassName
{
border-color: #AB6C60;
}
.TagClassName
{
border-color: #AB6C60;
}
</style>