Shades of Coral Tree #AC6864
Tints of Coral Tree #AC6864
RGB
CMYK
RGB Variations
Color information
#AC6864 (or 0xAC6864) is known color: Coral Tree. HEX triplet: AC, 68 and 64. RGB value is (172,104,100). Sum of RGB (Red+Green+Blue) = 172+104+100=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6864 is #53979B. Grayscale: #7B7B7B. Windows color (decimal): -5478300 or 6580396. OLE color: 6580396.
HSL color Cylindrical-coordinate representation of color #AC6864: hue angle of 3.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6864 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 100 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.33 |
| HSL | 3.33º | 0.3% | 0.53% | - |
| HSV(B) | 3.33º | 0.42% | 0.67% | - |
| XYZ | 24.26 | 19.59 | 14.56 | - |
| YUV | 123.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 100 | 0 | 0.40 | 0.42 | 0.33 | 3.33 | 0.3 | 0.53 |
| Hex | AC | 68 | 64 | 0 | 28 | 2A | 21 | 3 | 1E | 35 |
| Octal | 254 | 150 | 144 | 0 | 50 | 52 | 41 | 3 | 36 | 65 |
| Binary | 10101100 | 1101000 | 1100100 | 0 | 101000 | 101010 | 100001 | 11 | 11110 | 110101 |
Color Harmonies of #AC6864
Complementary color
Monochromatic Colors of #AC6864
Black with #AC6864
Text Example
Text Example
White with #AC6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6864; }
p { color: rgb(172,104,100); }
H1.HeaderClassName
{
color: #AC6864;
}
.AnyTagClassName
{
color: #AC6864;
}
</style>
background-color css
<style>
a { background-color: #AC6864; }
a { background-color: rgb(172,104,100); }
div.DivClassName
{
background-color: #AC6864;
}
.BgClassName
{
background-color: #AC6864;
}
</style>
border-color css
<style>
span { border-color: #AC6864; }
span { border-color: rgb(172,104,100); }
td.TdClassName
{
border-color: #AC6864;
}
.TagClassName
{
border-color: #AC6864;
}
</style>