Shades of Coral Tree #AC6665
Tints of Coral Tree #AC6665
RGB
CMYK
RGB Variations
Color information
#AC6665 (or 0xAC6665) is known color: Coral Tree. HEX triplet: AC, 66 and 65. RGB value is (172,102,101). Sum of RGB (Red+Green+Blue) = 172+102+101=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6665 is #53999A. Grayscale: #7A7A7A. Windows color (decimal): -5478811 or 6645420. OLE color: 6645420.
HSL color Cylindrical-coordinate representation of color #AC6665: hue angle of 0.85º 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 #AC6665 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 101 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.33 |
| HSL | 0.85º | 0.3% | 0.54% | - |
| HSV(B) | 0.85º | 0.41% | 0.67% | - |
| XYZ | 24.11 | 19.21 | 14.75 | - |
| YUV | 122.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 101 | 0 | 0.41 | 0.41 | 0.33 | 0.85 | 0.3 | 0.54 |
| Hex | AC | 66 | 65 | 0 | 29 | 29 | 21 | 1 | 1E | 36 |
| Octal | 254 | 146 | 145 | 0 | 51 | 51 | 41 | 1 | 36 | 66 |
| Binary | 10101100 | 1100110 | 1100101 | 0 | 101001 | 101001 | 100001 | 1 | 11110 | 110110 |
Color Harmonies of #AC6665
Complementary color
Monochromatic Colors of #AC6665
Black with #AC6665
Text Example
Text Example
White with #AC6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6665; }
p { color: rgb(172,102,101); }
H1.HeaderClassName
{
color: #AC6665;
}
.AnyTagClassName
{
color: #AC6665;
}
</style>
background-color css
<style>
a { background-color: #AC6665; }
a { background-color: rgb(172,102,101); }
div.DivClassName
{
background-color: #AC6665;
}
.BgClassName
{
background-color: #AC6665;
}
</style>
border-color css
<style>
span { border-color: #AC6665; }
span { border-color: rgb(172,102,101); }
td.TdClassName
{
border-color: #AC6665;
}
.TagClassName
{
border-color: #AC6665;
}
</style>