Shades of Coral Tree #AC7666
Tints of Coral Tree #AC7666
RGB
CMYK
RGB Variations
Color information
#AC7666 (or 0xAC7666) is known color: Coral Tree. HEX triplet: AC, 76 and 66. RGB value is (172,118,102). Sum of RGB (Red+Green+Blue) = 172+118+102=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7666 is #538999. Grayscale: #848484. Windows color (decimal): -5474714 or 6715052. OLE color: 6715052.
HSL color Cylindrical-coordinate representation of color #AC7666: hue angle of 13.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC7666 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 102 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.33 |
| HSL | 13.71º | 0.3% | 0.54% | - |
| HSV(B) | 13.71º | 0.41% | 0.67% | - |
| XYZ | 25.89 | 22.69 | 15.58 | - |
| YUV | 132.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 102 | 0 | 0.31 | 0.41 | 0.33 | 13.71 | 0.3 | 0.54 |
| Hex | AC | 76 | 66 | 0 | 1F | 29 | 21 | E | 1E | 36 |
| Octal | 254 | 166 | 146 | 0 | 37 | 51 | 41 | 16 | 36 | 66 |
| Binary | 10101100 | 1110110 | 1100110 | 0 | 11111 | 101001 | 100001 | 1110 | 11110 | 110110 |
Color Harmonies of #AC7666
Complementary color
Monochromatic Colors of #AC7666
Black with #AC7666
Text Example
Text Example
White with #AC7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7666; }
p { color: rgb(172,118,102); }
H1.HeaderClassName
{
color: #AC7666;
}
.AnyTagClassName
{
color: #AC7666;
}
</style>
background-color css
<style>
a { background-color: #AC7666; }
a { background-color: rgb(172,118,102); }
div.DivClassName
{
background-color: #AC7666;
}
.BgClassName
{
background-color: #AC7666;
}
</style>
border-color css
<style>
span { border-color: #AC7666; }
span { border-color: rgb(172,118,102); }
td.TdClassName
{
border-color: #AC7666;
}
.TagClassName
{
border-color: #AC7666;
}
</style>