Shades of Coral Tree #AC6F65
Tints of Coral Tree #AC6F65
RGB
CMYK
RGB Variations
Color information
#AC6F65 (or 0xAC6F65) is known color: Coral Tree. HEX triplet: AC, 6F and 65. RGB value is (172,111,101). Sum of RGB (Red+Green+Blue) = 172+111+101=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6F65 is #53909A. Grayscale: #808080. Windows color (decimal): -5476507 or 6647724. OLE color: 6647724.
HSL color Cylindrical-coordinate representation of color #AC6F65: hue angle of 8.45º 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 #AC6F65 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 111 | 101 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.33 |
| HSL | 8.45º | 0.3% | 0.54% | - |
| HSV(B) | 8.45º | 0.41% | 0.67% | - |
| XYZ | 25.05 | 21.08 | 15.06 | - |
| YUV | 128.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 101 | 0 | 0.35 | 0.41 | 0.33 | 8.45 | 0.3 | 0.54 |
| Hex | AC | 6F | 65 | 0 | 23 | 29 | 21 | 8 | 1E | 36 |
| Octal | 254 | 157 | 145 | 0 | 43 | 51 | 41 | 10 | 36 | 66 |
| Binary | 10101100 | 1101111 | 1100101 | 0 | 100011 | 101001 | 100001 | 1000 | 11110 | 110110 |
Color Harmonies of #AC6F65
Complementary color
Monochromatic Colors of #AC6F65
Black with #AC6F65
Text Example
Text Example
White with #AC6F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6F65; }
p { color: rgb(172,111,101); }
H1.HeaderClassName
{
color: #AC6F65;
}
.AnyTagClassName
{
color: #AC6F65;
}
</style>
background-color css
<style>
a { background-color: #AC6F65; }
a { background-color: rgb(172,111,101); }
div.DivClassName
{
background-color: #AC6F65;
}
.BgClassName
{
background-color: #AC6F65;
}
</style>
border-color css
<style>
span { border-color: #AC6F65; }
span { border-color: rgb(172,111,101); }
td.TdClassName
{
border-color: #AC6F65;
}
.TagClassName
{
border-color: #AC6F65;
}
</style>