Shades of Coral Tree #AC6D65
Tints of Coral Tree #AC6D65
RGB
CMYK
RGB Variations
Color information
#AC6D65 (or 0xAC6D65) is known color: Coral Tree. HEX triplet: AC, 6D and 65. RGB value is (172,109,101). Sum of RGB (Red+Green+Blue) = 172+109+101=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D65 is #53929A. Grayscale: #7F7F7F. Windows color (decimal): -5477019 or 6647212. OLE color: 6647212.
HSL color Cylindrical-coordinate representation of color #AC6D65: hue angle of 6.76º 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 #AC6D65 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 101 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.33 |
| HSL | 6.76º | 0.3% | 0.54% | - |
| HSV(B) | 6.76º | 0.41% | 0.67% | - |
| XYZ | 24.83 | 20.65 | 14.99 | - |
| YUV | 126.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 101 | 0 | 0.37 | 0.41 | 0.33 | 6.76 | 0.3 | 0.54 |
| Hex | AC | 6D | 65 | 0 | 25 | 29 | 21 | 7 | 1E | 36 |
| Octal | 254 | 155 | 145 | 0 | 45 | 51 | 41 | 7 | 36 | 66 |
| Binary | 10101100 | 1101101 | 1100101 | 0 | 100101 | 101001 | 100001 | 111 | 11110 | 110110 |
Color Harmonies of #AC6D65
Complementary color
Monochromatic Colors of #AC6D65
Black with #AC6D65
Text Example
Text Example
White with #AC6D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D65; }
p { color: rgb(172,109,101); }
H1.HeaderClassName
{
color: #AC6D65;
}
.AnyTagClassName
{
color: #AC6D65;
}
</style>
background-color css
<style>
a { background-color: #AC6D65; }
a { background-color: rgb(172,109,101); }
div.DivClassName
{
background-color: #AC6D65;
}
.BgClassName
{
background-color: #AC6D65;
}
</style>
border-color css
<style>
span { border-color: #AC6D65; }
span { border-color: rgb(172,109,101); }
td.TdClassName
{
border-color: #AC6D65;
}
.TagClassName
{
border-color: #AC6D65;
}
</style>