Shades of Coral Tree #AC6E6C
Tints of Coral Tree #AC6E6C
RGB
CMYK
RGB Variations
Color information
#AC6E6C (or 0xAC6E6C) is known color: Coral Tree. HEX triplet: AC, 6E and 6C. RGB value is (172,110,108). Sum of RGB (Red+Green+Blue) = 172+110+108=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E6C is #539193. Grayscale: #808080. Windows color (decimal): -5476756 or 7106220. OLE color: 7106220.
HSL color Cylindrical-coordinate representation of color #AC6E6C: hue angle of 1.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6E6C is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 108 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.33 |
| HSL | 1.88º | 0.28% | 0.55% | - |
| HSV(B) | 1.88º | 0.37% | 0.67% | - |
| XYZ | 25.3 | 21.01 | 16.91 | - |
| YUV | 128.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 108 | 0 | 0.36 | 0.37 | 0.33 | 1.88 | 0.28 | 0.55 |
| Hex | AC | 6E | 6C | 0 | 24 | 25 | 21 | 2 | 1C | 37 |
| Octal | 254 | 156 | 154 | 0 | 44 | 45 | 41 | 2 | 34 | 67 |
| Binary | 10101100 | 1101110 | 1101100 | 0 | 100100 | 100101 | 100001 | 10 | 11100 | 110111 |
Color Harmonies of #AC6E6C
Complementary color
Monochromatic Colors of #AC6E6C
Black with #AC6E6C
Text Example
Text Example
White with #AC6E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E6C; }
p { color: rgb(172,110,108); }
H1.HeaderClassName
{
color: #AC6E6C;
}
.AnyTagClassName
{
color: #AC6E6C;
}
</style>
background-color css
<style>
a { background-color: #AC6E6C; }
a { background-color: rgb(172,110,108); }
div.DivClassName
{
background-color: #AC6E6C;
}
.BgClassName
{
background-color: #AC6E6C;
}
</style>
border-color css
<style>
span { border-color: #AC6E6C; }
span { border-color: rgb(172,110,108); }
td.TdClassName
{
border-color: #AC6E6C;
}
.TagClassName
{
border-color: #AC6E6C;
}
</style>