Shades of Coral Tree #AC7668
Tints of Coral Tree #AC7668
RGB
CMYK
RGB Variations
Color information
#AC7668 (or 0xAC7668) is known color: Coral Tree. HEX triplet: AC, 76 and 68. RGB value is (172,118,104). Sum of RGB (Red+Green+Blue) = 172+118+104=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7668 is #538997. Grayscale: #848484. Windows color (decimal): -5474712 or 6846124. OLE color: 6846124.
HSL color Cylindrical-coordinate representation of color #AC7668: hue angle of 12.35º 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 #AC7668 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 104 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.33 |
| HSL | 12.35º | 0.29% | 0.54% | - |
| HSV(B) | 12.35º | 0.4% | 0.67% | - |
| XYZ | 25.99 | 22.73 | 16.11 | - |
| YUV | 132.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 104 | 0 | 0.31 | 0.40 | 0.33 | 12.35 | 0.29 | 0.54 |
| Hex | AC | 76 | 68 | 0 | 1F | 28 | 21 | C | 1D | 36 |
| Octal | 254 | 166 | 150 | 0 | 37 | 50 | 41 | 14 | 35 | 66 |
| Binary | 10101100 | 1110110 | 1101000 | 0 | 11111 | 101000 | 100001 | 1100 | 11101 | 110110 |
Color Harmonies of #AC7668
Complementary color
Monochromatic Colors of #AC7668
Black with #AC7668
Text Example
Text Example
White with #AC7668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7668; }
p { color: rgb(172,118,104); }
H1.HeaderClassName
{
color: #AC7668;
}
.AnyTagClassName
{
color: #AC7668;
}
</style>
background-color css
<style>
a { background-color: #AC7668; }
a { background-color: rgb(172,118,104); }
div.DivClassName
{
background-color: #AC7668;
}
.BgClassName
{
background-color: #AC7668;
}
</style>
border-color css
<style>
span { border-color: #AC7668; }
span { border-color: rgb(172,118,104); }
td.TdClassName
{
border-color: #AC7668;
}
.TagClassName
{
border-color: #AC7668;
}
</style>