Shades of Coral Tree #AC6C69
Tints of Coral Tree #AC6C69
RGB
CMYK
RGB Variations
Color information
#AC6C69 (or 0xAC6C69) is known color: Coral Tree. HEX triplet: AC, 6C and 69. RGB value is (172,108,105). Sum of RGB (Red+Green+Blue) = 172+108+105=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C69 is #539396. Grayscale: #7E7E7E. Windows color (decimal): -5477271 or 6909100. OLE color: 6909100.
HSL color Cylindrical-coordinate representation of color #AC6C69: hue angle of 2.69º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC6C69 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 105 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.33 |
| HSL | 2.69º | 0.29% | 0.54% | - |
| HSV(B) | 2.69º | 0.39% | 0.67% | - |
| XYZ | 24.93 | 20.52 | 16.01 | - |
| YUV | 126.79 | 115.7 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 105 | 0 | 0.37 | 0.39 | 0.33 | 2.69 | 0.29 | 0.54 |
| Hex | AC | 6C | 69 | 0 | 25 | 27 | 21 | 3 | 1D | 36 |
| Octal | 254 | 154 | 151 | 0 | 45 | 47 | 41 | 3 | 35 | 66 |
| Binary | 10101100 | 1101100 | 1101001 | 0 | 100101 | 100111 | 100001 | 11 | 11101 | 110110 |
Color Harmonies of #AC6C69
Complementary color
Monochromatic Colors of #AC6C69
Black with #AC6C69
Text Example
Text Example
White with #AC6C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C69; }
p { color: rgb(172,108,105); }
H1.HeaderClassName
{
color: #AC6C69;
}
.AnyTagClassName
{
color: #AC6C69;
}
</style>
background-color css
<style>
a { background-color: #AC6C69; }
a { background-color: rgb(172,108,105); }
div.DivClassName
{
background-color: #AC6C69;
}
.BgClassName
{
background-color: #AC6C69;
}
</style>
border-color css
<style>
span { border-color: #AC6C69; }
span { border-color: rgb(172,108,105); }
td.TdClassName
{
border-color: #AC6C69;
}
.TagClassName
{
border-color: #AC6C69;
}
</style>