Shades of Coral Tree #AB716A
Tints of Coral Tree #AB716A
RGB
CMYK
RGB Variations
Color information
#AB716A (or 0xAB716A) is known color: Coral Tree. HEX triplet: AB, 71 and 6A. RGB value is (171,113,106). Sum of RGB (Red+Green+Blue) = 171+113+106=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB716A is #548E95. Grayscale: #818181. Windows color (decimal): -5541526 or 6975915. OLE color: 6975915.
HSL color Cylindrical-coordinate representation of color #AB716A: hue angle of 6.46º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB716A is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 106 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.33 |
| HSL | 6.46º | 0.28% | 0.54% | - |
| HSV(B) | 6.46º | 0.38% | 0.67% | - |
| XYZ | 25.3 | 21.51 | 16.45 | - |
| YUV | 129.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 106 | 0 | 0.34 | 0.38 | 0.33 | 6.46 | 0.28 | 0.54 |
| Hex | AB | 71 | 6A | 0 | 22 | 26 | 21 | 6 | 1C | 36 |
| Octal | 253 | 161 | 152 | 0 | 42 | 46 | 41 | 6 | 34 | 66 |
| Binary | 10101011 | 1110001 | 1101010 | 0 | 100010 | 100110 | 100001 | 110 | 11100 | 110110 |
Color Harmonies of #AB716A
Complementary color
Monochromatic Colors of #AB716A
Black with #AB716A
Text Example
Text Example
White with #AB716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB716A; }
p { color: rgb(171,113,106); }
H1.HeaderClassName
{
color: #AB716A;
}
.AnyTagClassName
{
color: #AB716A;
}
</style>
background-color css
<style>
a { background-color: #AB716A; }
a { background-color: rgb(171,113,106); }
div.DivClassName
{
background-color: #AB716A;
}
.BgClassName
{
background-color: #AB716A;
}
</style>
border-color css
<style>
span { border-color: #AB716A; }
span { border-color: rgb(171,113,106); }
td.TdClassName
{
border-color: #AB716A;
}
.TagClassName
{
border-color: #AB716A;
}
</style>