Shades of Coral Tree #AC6564
Tints of Coral Tree #AC6564
RGB
CMYK
RGB Variations
Color information
#AC6564 (or 0xAC6564) is known color: Coral Tree. HEX triplet: AC, 65 and 64. RGB value is (172,101,100). Sum of RGB (Red+Green+Blue) = 172+101+100=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6564 is #539A9B. Grayscale: #7A7A7A. Windows color (decimal): -5479068 or 6579628. OLE color: 6579628.
HSL color Cylindrical-coordinate representation of color #AC6564: hue angle of 0.83º 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 #AC6564 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 100 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.33 |
| HSL | 0.83º | 0.3% | 0.53% | - |
| HSV(B) | 0.83º | 0.42% | 0.67% | - |
| XYZ | 23.97 | 19 | 14.46 | - |
| YUV | 122.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 100 | 0 | 0.41 | 0.42 | 0.33 | 0.83 | 0.3 | 0.53 |
| Hex | AC | 65 | 64 | 0 | 29 | 2A | 21 | 1 | 1E | 35 |
| Octal | 254 | 145 | 144 | 0 | 51 | 52 | 41 | 1 | 36 | 65 |
| Binary | 10101100 | 1100101 | 1100100 | 0 | 101001 | 101010 | 100001 | 1 | 11110 | 110101 |
Color Harmonies of #AC6564
Complementary color
Monochromatic Colors of #AC6564
Black with #AC6564
Text Example
Text Example
White with #AC6564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6564; }
p { color: rgb(172,101,100); }
H1.HeaderClassName
{
color: #AC6564;
}
.AnyTagClassName
{
color: #AC6564;
}
</style>
background-color css
<style>
a { background-color: #AC6564; }
a { background-color: rgb(172,101,100); }
div.DivClassName
{
background-color: #AC6564;
}
.BgClassName
{
background-color: #AC6564;
}
</style>
border-color css
<style>
span { border-color: #AC6564; }
span { border-color: rgb(172,101,100); }
td.TdClassName
{
border-color: #AC6564;
}
.TagClassName
{
border-color: #AC6564;
}
</style>