Shades of Coral Tree #AC766C
Tints of Coral Tree #AC766C
RGB
CMYK
RGB Variations
Color information
#AC766C (or 0xAC766C) is known color: Coral Tree. HEX triplet: AC, 76 and 6C. RGB value is (172,118,108). Sum of RGB (Red+Green+Blue) = 172+118+108=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC766C is #538993. Grayscale: #858585. Windows color (decimal): -5474708 or 7108268. OLE color: 7108268.
HSL color Cylindrical-coordinate representation of color #AC766C: hue angle of 9.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC766C is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 108 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.33 |
| HSL | 9.38º | 0.28% | 0.55% | - |
| HSV(B) | 9.38º | 0.37% | 0.67% | - |
| XYZ | 26.2 | 22.81 | 17.21 | - |
| YUV | 133.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 108 | 0 | 0.31 | 0.37 | 0.33 | 9.38 | 0.28 | 0.55 |
| Hex | AC | 76 | 6C | 0 | 1F | 25 | 21 | 9 | 1C | 37 |
| Octal | 254 | 166 | 154 | 0 | 37 | 45 | 41 | 11 | 34 | 67 |
| Binary | 10101100 | 1110110 | 1101100 | 0 | 11111 | 100101 | 100001 | 1001 | 11100 | 110111 |
Color Harmonies of #AC766C
Complementary color
Monochromatic Colors of #AC766C
Black with #AC766C
Text Example
Text Example
White with #AC766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC766C; }
p { color: rgb(172,118,108); }
H1.HeaderClassName
{
color: #AC766C;
}
.AnyTagClassName
{
color: #AC766C;
}
</style>
background-color css
<style>
a { background-color: #AC766C; }
a { background-color: rgb(172,118,108); }
div.DivClassName
{
background-color: #AC766C;
}
.BgClassName
{
background-color: #AC766C;
}
</style>
border-color css
<style>
span { border-color: #AC766C; }
span { border-color: rgb(172,118,108); }
td.TdClassName
{
border-color: #AC766C;
}
.TagClassName
{
border-color: #AC766C;
}
</style>