Shades of Coral Tree #AB706E
Tints of Coral Tree #AB706E
RGB
CMYK
RGB Variations
Color information
#AB706E (or 0xAB706E) is known color: Coral Tree. HEX triplet: AB, 70 and 6E. RGB value is (171,112,110). Sum of RGB (Red+Green+Blue) = 171+112+110=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB706E is #548F91. Grayscale: #818181. Windows color (decimal): -5541778 or 7237803. OLE color: 7237803.
HSL color Cylindrical-coordinate representation of color #AB706E: hue angle of 1.97º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB706E is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 110 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.33 |
| HSL | 1.97º | 0.27% | 0.55% | - |
| HSV(B) | 1.97º | 0.36% | 0.67% | - |
| XYZ | 25.4 | 21.37 | 17.54 | - |
| YUV | 129.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 110 | 0 | 0.35 | 0.36 | 0.33 | 1.97 | 0.27 | 0.55 |
| Hex | AB | 70 | 6E | 0 | 23 | 24 | 21 | 2 | 1B | 37 |
| Octal | 253 | 160 | 156 | 0 | 43 | 44 | 41 | 2 | 33 | 67 |
| Binary | 10101011 | 1110000 | 1101110 | 0 | 100011 | 100100 | 100001 | 10 | 11011 | 110111 |
Color Harmonies of #AB706E
Complementary color
Monochromatic Colors of #AB706E
Black with #AB706E
Text Example
Text Example
White with #AB706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB706E; }
p { color: rgb(171,112,110); }
H1.HeaderClassName
{
color: #AB706E;
}
.AnyTagClassName
{
color: #AB706E;
}
</style>
background-color css
<style>
a { background-color: #AB706E; }
a { background-color: rgb(171,112,110); }
div.DivClassName
{
background-color: #AB706E;
}
.BgClassName
{
background-color: #AB706E;
}
</style>
border-color css
<style>
span { border-color: #AB706E; }
span { border-color: rgb(171,112,110); }
td.TdClassName
{
border-color: #AB706E;
}
.TagClassName
{
border-color: #AB706E;
}
</style>