Shades of Coral Tree #AC6664
Tints of Coral Tree #AC6664
RGB
CMYK
RGB Variations
Color information
#AC6664 (or 0xAC6664) is known color: Coral Tree. HEX triplet: AC, 66 and 64. RGB value is (172,102,100). Sum of RGB (Red+Green+Blue) = 172+102+100=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6664 is #53999B. Grayscale: #7A7A7A. Windows color (decimal): -5478812 or 6579884. OLE color: 6579884.
HSL color Cylindrical-coordinate representation of color #AC6664: hue angle of 1.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 #AC6664 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 100 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.33 |
| HSL | 1.67º | 0.3% | 0.53% | - |
| HSV(B) | 1.67º | 0.42% | 0.67% | - |
| XYZ | 24.06 | 19.19 | 14.49 | - |
| YUV | 122.7 | 115.19 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 100 | 0 | 0.41 | 0.42 | 0.33 | 1.67 | 0.3 | 0.53 |
| Hex | AC | 66 | 64 | 0 | 29 | 2A | 21 | 2 | 1E | 35 |
| Octal | 254 | 146 | 144 | 0 | 51 | 52 | 41 | 2 | 36 | 65 |
| Binary | 10101100 | 1100110 | 1100100 | 0 | 101001 | 101010 | 100001 | 10 | 11110 | 110101 |
Color Harmonies of #AC6664
Complementary color
Monochromatic Colors of #AC6664
Black with #AC6664
Text Example
Text Example
White with #AC6664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6664; }
p { color: rgb(172,102,100); }
H1.HeaderClassName
{
color: #AC6664;
}
.AnyTagClassName
{
color: #AC6664;
}
</style>
background-color css
<style>
a { background-color: #AC6664; }
a { background-color: rgb(172,102,100); }
div.DivClassName
{
background-color: #AC6664;
}
.BgClassName
{
background-color: #AC6664;
}
</style>
border-color css
<style>
span { border-color: #AC6664; }
span { border-color: rgb(172,102,100); }
td.TdClassName
{
border-color: #AC6664;
}
.TagClassName
{
border-color: #AC6664;
}
</style>