Shades of Coral Tree #AB6C5D
Tints of Coral Tree #AB6C5D
RGB
CMYK
RGB Variations
Color information
#AB6C5D (or 0xAB6C5D) is known color: Coral Tree. HEX triplet: AB, 6C and 5D. RGB value is (171,108,93). Sum of RGB (Red+Green+Blue) = 171+108+93=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6C5D is #5493A2. Grayscale: #7D7D7D. Windows color (decimal): -5542819 or 6122667. OLE color: 6122667.
HSL color Cylindrical-coordinate representation of color #AB6C5D: hue angle of 11.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB6C5D is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 93 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.33 |
| HSL | 11.54º | 0.32% | 0.52% | - |
| HSV(B) | 11.54º | 0.46% | 0.67% | - |
| XYZ | 24.13 | 20.17 | 12.98 | - |
| YUV | 125.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 93 | 0 | 0.37 | 0.46 | 0.33 | 11.54 | 0.32 | 0.52 |
| Hex | AB | 6C | 5D | 0 | 25 | 2E | 21 | C | 20 | 34 |
| Octal | 253 | 154 | 135 | 0 | 45 | 56 | 41 | 14 | 40 | 64 |
| Binary | 10101011 | 1101100 | 1011101 | 0 | 100101 | 101110 | 100001 | 1100 | 100000 | 110100 |
Color Harmonies of #AB6C5D
Complementary color
Monochromatic Colors of #AB6C5D
Black with #AB6C5D
Text Example
Text Example
White with #AB6C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C5D; }
p { color: rgb(171,108,93); }
H1.HeaderClassName
{
color: #AB6C5D;
}
.AnyTagClassName
{
color: #AB6C5D;
}
</style>
background-color css
<style>
a { background-color: #AB6C5D; }
a { background-color: rgb(171,108,93); }
div.DivClassName
{
background-color: #AB6C5D;
}
.BgClassName
{
background-color: #AB6C5D;
}
</style>
border-color css
<style>
span { border-color: #AB6C5D; }
span { border-color: rgb(171,108,93); }
td.TdClassName
{
border-color: #AB6C5D;
}
.TagClassName
{
border-color: #AB6C5D;
}
</style>