Shades of Coral Tree #AB706F
Tints of Coral Tree #AB706F
RGB
CMYK
RGB Variations
Color information
#AB706F (or 0xAB706F) is known color: Coral Tree. HEX triplet: AB, 70 and 6F. RGB value is (171,112,111). Sum of RGB (Red+Green+Blue) = 171+112+111=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB706F is #548F90. Grayscale: #818181. Windows color (decimal): -5541777 or 7303339. OLE color: 7303339.
HSL color Cylindrical-coordinate representation of color #AB706F: hue angle of 1º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB706F is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 111 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.33 |
| HSL | 1º | 0.26% | 0.55% | - |
| HSV(B) | 1º | 0.35% | 0.67% | - |
| XYZ | 25.46 | 21.39 | 17.83 | - |
| YUV | 129.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 111 | 0 | 0.35 | 0.35 | 0.33 | 1 | 0.26 | 0.55 |
| Hex | AB | 70 | 6F | 0 | 23 | 23 | 21 | 1 | 1A | 37 |
| Octal | 253 | 160 | 157 | 0 | 43 | 43 | 41 | 1 | 32 | 67 |
| Binary | 10101011 | 1110000 | 1101111 | 0 | 100011 | 100011 | 100001 | 1 | 11010 | 110111 |
Color Harmonies of #AB706F
Complementary color
Monochromatic Colors of #AB706F
Black with #AB706F
Text Example
Text Example
White with #AB706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB706F; }
p { color: rgb(171,112,111); }
H1.HeaderClassName
{
color: #AB706F;
}
.AnyTagClassName
{
color: #AB706F;
}
</style>
background-color css
<style>
a { background-color: #AB706F; }
a { background-color: rgb(171,112,111); }
div.DivClassName
{
background-color: #AB706F;
}
.BgClassName
{
background-color: #AB706F;
}
</style>
border-color css
<style>
span { border-color: #AB706F; }
span { border-color: rgb(171,112,111); }
td.TdClassName
{
border-color: #AB706F;
}
.TagClassName
{
border-color: #AB706F;
}
</style>