Shades of Coral Tree #AB6C65
Tints of Coral Tree #AB6C65
RGB
CMYK
RGB Variations
Color information
#AB6C65 (or 0xAB6C65) is known color: Coral Tree. HEX triplet: AB, 6C and 65. RGB value is (171,108,101). Sum of RGB (Red+Green+Blue) = 171+108+101=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6C65 is #54939A. Grayscale: #7E7E7E. Windows color (decimal): -5542811 or 6646955. OLE color: 6646955.
HSL color Cylindrical-coordinate representation of color #AB6C65: hue angle of 6º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6C65 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 101 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.33 |
| HSL | 6º | 0.29% | 0.53% | - |
| HSV(B) | 6º | 0.41% | 0.67% | - |
| XYZ | 24.51 | 20.32 | 14.94 | - |
| YUV | 126.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 101 | 0 | 0.37 | 0.41 | 0.33 | 6 | 0.29 | 0.53 |
| Hex | AB | 6C | 65 | 0 | 25 | 29 | 21 | 6 | 1D | 35 |
| Octal | 253 | 154 | 145 | 0 | 45 | 51 | 41 | 6 | 35 | 65 |
| Binary | 10101011 | 1101100 | 1100101 | 0 | 100101 | 101001 | 100001 | 110 | 11101 | 110101 |
Color Harmonies of #AB6C65
Complementary color
Monochromatic Colors of #AB6C65
Black with #AB6C65
Text Example
Text Example
White with #AB6C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C65; }
p { color: rgb(171,108,101); }
H1.HeaderClassName
{
color: #AB6C65;
}
.AnyTagClassName
{
color: #AB6C65;
}
</style>
background-color css
<style>
a { background-color: #AB6C65; }
a { background-color: rgb(171,108,101); }
div.DivClassName
{
background-color: #AB6C65;
}
.BgClassName
{
background-color: #AB6C65;
}
</style>
border-color css
<style>
span { border-color: #AB6C65; }
span { border-color: rgb(171,108,101); }
td.TdClassName
{
border-color: #AB6C65;
}
.TagClassName
{
border-color: #AB6C65;
}
</style>