Shades of Coral Tree #AB716D
Tints of Coral Tree #AB716D
RGB
CMYK
RGB Variations
Color information
#AB716D (or 0xAB716D) is known color: Coral Tree. HEX triplet: AB, 71 and 6D. RGB value is (171,113,109). Sum of RGB (Red+Green+Blue) = 171+113+109=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB716D is #548E92. Grayscale: #818181. Windows color (decimal): -5541523 or 7172523. OLE color: 7172523.
HSL color Cylindrical-coordinate representation of color #AB716D: hue angle of 3.87º 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 #AB716D is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 109 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.33 |
| HSL | 3.87º | 0.27% | 0.55% | - |
| HSV(B) | 3.87º | 0.36% | 0.67% | - |
| XYZ | 25.46 | 21.57 | 17.29 | - |
| YUV | 129.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 109 | 0 | 0.34 | 0.36 | 0.33 | 3.87 | 0.27 | 0.55 |
| Hex | AB | 71 | 6D | 0 | 22 | 24 | 21 | 4 | 1B | 37 |
| Octal | 253 | 161 | 155 | 0 | 42 | 44 | 41 | 4 | 33 | 67 |
| Binary | 10101011 | 1110001 | 1101101 | 0 | 100010 | 100100 | 100001 | 100 | 11011 | 110111 |
Color Harmonies of #AB716D
Complementary color
Monochromatic Colors of #AB716D
Black with #AB716D
Text Example
Text Example
White with #AB716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB716D; }
p { color: rgb(171,113,109); }
H1.HeaderClassName
{
color: #AB716D;
}
.AnyTagClassName
{
color: #AB716D;
}
</style>
background-color css
<style>
a { background-color: #AB716D; }
a { background-color: rgb(171,113,109); }
div.DivClassName
{
background-color: #AB716D;
}
.BgClassName
{
background-color: #AB716D;
}
</style>
border-color css
<style>
span { border-color: #AB716D; }
span { border-color: rgb(171,113,109); }
td.TdClassName
{
border-color: #AB716D;
}
.TagClassName
{
border-color: #AB716D;
}
</style>