Shades of Coral Tree #AC6C60
Tints of Coral Tree #AC6C60
RGB
CMYK
RGB Variations
Color information
#AC6C60 (or 0xAC6C60) is known color: Coral Tree. HEX triplet: AC, 6C and 60. RGB value is (172,108,96). Sum of RGB (Red+Green+Blue) = 172+108+96=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C60 is #53939F. Grayscale: #7D7D7D. Windows color (decimal): -5477280 or 6319276. OLE color: 6319276.
HSL color Cylindrical-coordinate representation of color #AC6C60: hue angle of 9.47º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC6C60 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 96 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.33 |
| HSL | 9.47º | 0.31% | 0.53% | - |
| HSV(B) | 9.47º | 0.44% | 0.67% | - |
| XYZ | 24.49 | 20.34 | 13.7 | - |
| YUV | 125.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 96 | 0 | 0.37 | 0.44 | 0.33 | 9.47 | 0.31 | 0.53 |
| Hex | AC | 6C | 60 | 0 | 25 | 2C | 21 | 9 | 1F | 35 |
| Octal | 254 | 154 | 140 | 0 | 45 | 54 | 41 | 11 | 37 | 65 |
| Binary | 10101100 | 1101100 | 1100000 | 0 | 100101 | 101100 | 100001 | 1001 | 11111 | 110101 |
Color Harmonies of #AC6C60
Complementary color
Monochromatic Colors of #AC6C60
Black with #AC6C60
Text Example
Text Example
White with #AC6C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C60; }
p { color: rgb(172,108,96); }
H1.HeaderClassName
{
color: #AC6C60;
}
.AnyTagClassName
{
color: #AC6C60;
}
</style>
background-color css
<style>
a { background-color: #AC6C60; }
a { background-color: rgb(172,108,96); }
div.DivClassName
{
background-color: #AC6C60;
}
.BgClassName
{
background-color: #AC6C60;
}
</style>
border-color css
<style>
span { border-color: #AC6C60; }
span { border-color: rgb(172,108,96); }
td.TdClassName
{
border-color: #AC6C60;
}
.TagClassName
{
border-color: #AC6C60;
}
</style>