Shades of Coral Tree #AC6C64
Tints of Coral Tree #AC6C64
RGB
CMYK
RGB Variations
Color information
#AC6C64 (or 0xAC6C64) is known color: Coral Tree. HEX triplet: AC, 6C and 64. RGB value is (172,108,100). Sum of RGB (Red+Green+Blue) = 172+108+100=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C64 is #53939B. Grayscale: #7E7E7E. Windows color (decimal): -5477276 or 6581420. OLE color: 6581420.
HSL color Cylindrical-coordinate representation of color #AC6C64: hue angle of 6.67º 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 #AC6C64 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 100 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.33 |
| HSL | 6.67º | 0.3% | 0.53% | - |
| HSV(B) | 6.67º | 0.42% | 0.67% | - |
| XYZ | 24.68 | 20.42 | 14.7 | - |
| YUV | 126.22 | 113.2 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 100 | 0 | 0.37 | 0.42 | 0.33 | 6.67 | 0.3 | 0.53 |
| Hex | AC | 6C | 64 | 0 | 25 | 2A | 21 | 7 | 1E | 35 |
| Octal | 254 | 154 | 144 | 0 | 45 | 52 | 41 | 7 | 36 | 65 |
| Binary | 10101100 | 1101100 | 1100100 | 0 | 100101 | 101010 | 100001 | 111 | 11110 | 110101 |
Color Harmonies of #AC6C64
Complementary color
Monochromatic Colors of #AC6C64
Black with #AC6C64
Text Example
Text Example
White with #AC6C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C64; }
p { color: rgb(172,108,100); }
H1.HeaderClassName
{
color: #AC6C64;
}
.AnyTagClassName
{
color: #AC6C64;
}
</style>
background-color css
<style>
a { background-color: #AC6C64; }
a { background-color: rgb(172,108,100); }
div.DivClassName
{
background-color: #AC6C64;
}
.BgClassName
{
background-color: #AC6C64;
}
</style>
border-color css
<style>
span { border-color: #AC6C64; }
span { border-color: rgb(172,108,100); }
td.TdClassName
{
border-color: #AC6C64;
}
.TagClassName
{
border-color: #AC6C64;
}
</style>