Shades of Coral Tree #AB7272
Tints of Coral Tree #AB7272
RGB
CMYK
RGB Variations
Color information
#AB7272 (or 0xAB7272) is known color: Coral Tree. HEX triplet: AB, 72 and 72. RGB value is (171,114,114). Sum of RGB (Red+Green+Blue) = 171+114+114=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7272 is #548D8D. Grayscale: #838383. Windows color (decimal): -5541262 or 7500459. OLE color: 7500459.
HSL color Cylindrical-coordinate representation of color #AB7272: hue angle of 0º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7272 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 114 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.33 |
| HSL | 0º | 0.25% | 0.56% | - |
| HSV(B) | 0º | 0.33% | 0.67% | - |
| XYZ | 25.85 | 21.91 | 18.79 | - |
| YUV | 131.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 114 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0.25 | 0.56 |
| Hex | AB | 72 | 72 | 0 | 21 | 21 | 21 | 0 | 19 | 38 |
| Octal | 253 | 162 | 162 | 0 | 41 | 41 | 41 | 0 | 31 | 70 |
| Binary | 10101011 | 1110010 | 1110010 | 0 | 100001 | 100001 | 100001 | 0 | 11001 | 111000 |
Color Harmonies of #AB7272
Complementary color
Monochromatic Colors of #AB7272
Black with #AB7272
Text Example
Text Example
White with #AB7272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7272; }
p { color: rgb(171,114,114); }
H1.HeaderClassName
{
color: #AB7272;
}
.AnyTagClassName
{
color: #AB7272;
}
</style>
background-color css
<style>
a { background-color: #AB7272; }
a { background-color: rgb(171,114,114); }
div.DivClassName
{
background-color: #AB7272;
}
.BgClassName
{
background-color: #AB7272;
}
</style>
border-color css
<style>
span { border-color: #AB7272; }
span { border-color: rgb(171,114,114); }
td.TdClassName
{
border-color: #AB7272;
}
.TagClassName
{
border-color: #AB7272;
}
</style>