Shades of Coral Tree #AC6E6E
Tints of Coral Tree #AC6E6E
RGB
CMYK
RGB Variations
Color information
#AC6E6E (or 0xAC6E6E) is known color: Coral Tree. HEX triplet: AC, 6E and 6E. RGB value is (172,110,110). Sum of RGB (Red+Green+Blue) = 172+110+110=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E6E is #539191. Grayscale: #808080. Windows color (decimal): -5476754 or 7237292. OLE color: 7237292.
HSL color Cylindrical-coordinate representation of color #AC6E6E: hue angle of 0º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC6E6E is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 110 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.33 |
| HSL | 0º | 0.27% | 0.55% | - |
| HSV(B) | 0º | 0.36% | 0.67% | - |
| XYZ | 25.4 | 21.05 | 17.48 | - |
| YUV | 128.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 110 | 0 | 0.36 | 0.36 | 0.33 | 0 | 0.27 | 0.55 |
| Hex | AC | 6E | 6E | 0 | 24 | 24 | 21 | 0 | 1B | 37 |
| Octal | 254 | 156 | 156 | 0 | 44 | 44 | 41 | 0 | 33 | 67 |
| Binary | 10101100 | 1101110 | 1101110 | 0 | 100100 | 100100 | 100001 | 0 | 11011 | 110111 |
Color Harmonies of #AC6E6E
Complementary color
Monochromatic Colors of #AC6E6E
Black with #AC6E6E
Text Example
Text Example
White with #AC6E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E6E; }
p { color: rgb(172,110,110); }
H1.HeaderClassName
{
color: #AC6E6E;
}
.AnyTagClassName
{
color: #AC6E6E;
}
</style>
background-color css
<style>
a { background-color: #AC6E6E; }
a { background-color: rgb(172,110,110); }
div.DivClassName
{
background-color: #AC6E6E;
}
.BgClassName
{
background-color: #AC6E6E;
}
</style>
border-color css
<style>
span { border-color: #AC6E6E; }
span { border-color: rgb(172,110,110); }
td.TdClassName
{
border-color: #AC6E6E;
}
.TagClassName
{
border-color: #AC6E6E;
}
</style>