Shades of Coral Tree #AC7768
Tints of Coral Tree #AC7768
RGB
CMYK
RGB Variations
Color information
#AC7768 (or 0xAC7768) is known color: Coral Tree. HEX triplet: AC, 77 and 68. RGB value is (172,119,104). Sum of RGB (Red+Green+Blue) = 172+119+104=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7768 is #538897. Grayscale: #858585. Windows color (decimal): -5474456 or 6846380. OLE color: 6846380.
HSL color Cylindrical-coordinate representation of color #AC7768: hue angle of 13.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC7768 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 104 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.33 |
| HSL | 13.24º | 0.29% | 0.54% | - |
| HSV(B) | 13.24º | 0.4% | 0.67% | - |
| XYZ | 26.11 | 22.96 | 16.15 | - |
| YUV | 133.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 104 | 0 | 0.31 | 0.40 | 0.33 | 13.24 | 0.29 | 0.54 |
| Hex | AC | 77 | 68 | 0 | 1F | 28 | 21 | D | 1D | 36 |
| Octal | 254 | 167 | 150 | 0 | 37 | 50 | 41 | 15 | 35 | 66 |
| Binary | 10101100 | 1110111 | 1101000 | 0 | 11111 | 101000 | 100001 | 1101 | 11101 | 110110 |
Color Harmonies of #AC7768
Complementary color
Monochromatic Colors of #AC7768
Black with #AC7768
Text Example
Text Example
White with #AC7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7768; }
p { color: rgb(172,119,104); }
H1.HeaderClassName
{
color: #AC7768;
}
.AnyTagClassName
{
color: #AC7768;
}
</style>
background-color css
<style>
a { background-color: #AC7768; }
a { background-color: rgb(172,119,104); }
div.DivClassName
{
background-color: #AC7768;
}
.BgClassName
{
background-color: #AC7768;
}
</style>
border-color css
<style>
span { border-color: #AC7768; }
span { border-color: rgb(172,119,104); }
td.TdClassName
{
border-color: #AC7768;
}
.TagClassName
{
border-color: #AC7768;
}
</style>