Shades of Coral Tree #AB7672
Tints of Coral Tree #AB7672
RGB
CMYK
RGB Variations
Color information
#AB7672 (or 0xAB7672) is known color: Coral Tree. HEX triplet: AB, 76 and 72. RGB value is (171,118,114). Sum of RGB (Red+Green+Blue) = 171+118+114=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7672 is #54898D. Grayscale: #858585. Windows color (decimal): -5540238 or 7501483. OLE color: 7501483.
HSL color Cylindrical-coordinate representation of color #AB7672: hue angle of 4.21º 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 #AB7672 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 114 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.33 |
| HSL | 4.21º | 0.25% | 0.56% | - |
| HSV(B) | 4.21º | 0.33% | 0.67% | - |
| XYZ | 26.31 | 22.83 | 18.94 | - |
| YUV | 133.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 114 | 0 | 0.31 | 0.33 | 0.33 | 4.21 | 0.25 | 0.56 |
| Hex | AB | 76 | 72 | 0 | 1F | 21 | 21 | 4 | 19 | 38 |
| Octal | 253 | 166 | 162 | 0 | 37 | 41 | 41 | 4 | 31 | 70 |
| Binary | 10101011 | 1110110 | 1110010 | 0 | 11111 | 100001 | 100001 | 100 | 11001 | 111000 |
Color Harmonies of #AB7672
Complementary color
Monochromatic Colors of #AB7672
Black with #AB7672
Text Example
Text Example
White with #AB7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7672; }
p { color: rgb(171,118,114); }
H1.HeaderClassName
{
color: #AB7672;
}
.AnyTagClassName
{
color: #AB7672;
}
</style>
background-color css
<style>
a { background-color: #AB7672; }
a { background-color: rgb(171,118,114); }
div.DivClassName
{
background-color: #AB7672;
}
.BgClassName
{
background-color: #AB7672;
}
</style>
border-color css
<style>
span { border-color: #AB7672; }
span { border-color: rgb(171,118,114); }
td.TdClassName
{
border-color: #AB7672;
}
.TagClassName
{
border-color: #AB7672;
}
</style>