Shades of Coral Tree #AB7163
Tints of Coral Tree #AB7163
RGB
CMYK
RGB Variations
Color information
#AB7163 (or 0xAB7163) is known color: Coral Tree. HEX triplet: AB, 71 and 63. RGB value is (171,113,99). Sum of RGB (Red+Green+Blue) = 171+113+99=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7163 is #548E9C. Grayscale: #808080. Windows color (decimal): -5541533 or 6517163. OLE color: 6517163.
HSL color Cylindrical-coordinate representation of color #AB7163: hue angle of 11.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7163 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 99 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.33 |
| HSL | 11.67º | 0.3% | 0.53% | - |
| HSV(B) | 11.67º | 0.42% | 0.67% | - |
| XYZ | 24.95 | 21.37 | 14.61 | - |
| YUV | 128.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 99 | 0 | 0.34 | 0.42 | 0.33 | 11.67 | 0.3 | 0.53 |
| Hex | AB | 71 | 63 | 0 | 22 | 2A | 21 | C | 1E | 35 |
| Octal | 253 | 161 | 143 | 0 | 42 | 52 | 41 | 14 | 36 | 65 |
| Binary | 10101011 | 1110001 | 1100011 | 0 | 100010 | 101010 | 100001 | 1100 | 11110 | 110101 |
Color Harmonies of #AB7163
Complementary color
Monochromatic Colors of #AB7163
Black with #AB7163
Text Example
Text Example
White with #AB7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7163; }
p { color: rgb(171,113,99); }
H1.HeaderClassName
{
color: #AB7163;
}
.AnyTagClassName
{
color: #AB7163;
}
</style>
background-color css
<style>
a { background-color: #AB7163; }
a { background-color: rgb(171,113,99); }
div.DivClassName
{
background-color: #AB7163;
}
.BgClassName
{
background-color: #AB7163;
}
</style>
border-color css
<style>
span { border-color: #AB7163; }
span { border-color: rgb(171,113,99); }
td.TdClassName
{
border-color: #AB7163;
}
.TagClassName
{
border-color: #AB7163;
}
</style>