Shades of Coral Tree #AC6865
Tints of Coral Tree #AC6865
RGB
CMYK
RGB Variations
Color information
#AC6865 (or 0xAC6865) is known color: Coral Tree. HEX triplet: AC, 68 and 65. RGB value is (172,104,101). Sum of RGB (Red+Green+Blue) = 172+104+101=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6865 is #53979A. Grayscale: #7C7C7C. Windows color (decimal): -5478299 or 6645932. OLE color: 6645932.
HSL color Cylindrical-coordinate representation of color #AC6865: hue angle of 2.54º 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 #AC6865 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 101 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.33 |
| HSL | 2.54º | 0.3% | 0.54% | - |
| HSV(B) | 2.54º | 0.41% | 0.67% | - |
| XYZ | 24.31 | 19.61 | 14.82 | - |
| YUV | 123.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 101 | 0 | 0.40 | 0.41 | 0.33 | 2.54 | 0.3 | 0.54 |
| Hex | AC | 68 | 65 | 0 | 28 | 29 | 21 | 3 | 1E | 36 |
| Octal | 254 | 150 | 145 | 0 | 50 | 51 | 41 | 3 | 36 | 66 |
| Binary | 10101100 | 1101000 | 1100101 | 0 | 101000 | 101001 | 100001 | 11 | 11110 | 110110 |
Color Harmonies of #AC6865
Complementary color
Monochromatic Colors of #AC6865
Black with #AC6865
Text Example
Text Example
White with #AC6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6865; }
p { color: rgb(172,104,101); }
H1.HeaderClassName
{
color: #AC6865;
}
.AnyTagClassName
{
color: #AC6865;
}
</style>
background-color css
<style>
a { background-color: #AC6865; }
a { background-color: rgb(172,104,101); }
div.DivClassName
{
background-color: #AC6865;
}
.BgClassName
{
background-color: #AC6865;
}
</style>
border-color css
<style>
span { border-color: #AC6865; }
span { border-color: rgb(172,104,101); }
td.TdClassName
{
border-color: #AC6865;
}
.TagClassName
{
border-color: #AC6865;
}
</style>