Shades of Coral Tree #AB7266
Tints of Coral Tree #AB7266
RGB
CMYK
RGB Variations
Color information
#AB7266 (or 0xAB7266) is known color: Coral Tree. HEX triplet: AB, 72 and 66. RGB value is (171,114,102). Sum of RGB (Red+Green+Blue) = 171+114+102=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7266 is #548D99. Grayscale: #818181. Windows color (decimal): -5541274 or 6714027. OLE color: 6714027.
HSL color Cylindrical-coordinate representation of color #AB7266: hue angle of 10.43º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB7266 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 102 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.33 |
| HSL | 10.43º | 0.29% | 0.54% | - |
| HSV(B) | 10.43º | 0.4% | 0.67% | - |
| XYZ | 25.21 | 21.65 | 15.42 | - |
| YUV | 129.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 102 | 0 | 0.33 | 0.40 | 0.33 | 10.43 | 0.29 | 0.54 |
| Hex | AB | 72 | 66 | 0 | 21 | 28 | 21 | A | 1D | 36 |
| Octal | 253 | 162 | 146 | 0 | 41 | 50 | 41 | 12 | 35 | 66 |
| Binary | 10101011 | 1110010 | 1100110 | 0 | 100001 | 101000 | 100001 | 1010 | 11101 | 110110 |
Color Harmonies of #AB7266
Complementary color
Monochromatic Colors of #AB7266
Black with #AB7266
Text Example
Text Example
White with #AB7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7266; }
p { color: rgb(171,114,102); }
H1.HeaderClassName
{
color: #AB7266;
}
.AnyTagClassName
{
color: #AB7266;
}
</style>
background-color css
<style>
a { background-color: #AB7266; }
a { background-color: rgb(171,114,102); }
div.DivClassName
{
background-color: #AB7266;
}
.BgClassName
{
background-color: #AB7266;
}
</style>
border-color css
<style>
span { border-color: #AB7266; }
span { border-color: rgb(171,114,102); }
td.TdClassName
{
border-color: #AB7266;
}
.TagClassName
{
border-color: #AB7266;
}
</style>