Shades of Coral Tree #AC766D
Tints of Coral Tree #AC766D
RGB
CMYK
RGB Variations
Color information
#AC766D (or 0xAC766D) is known color: Coral Tree. HEX triplet: AC, 76 and 6D. RGB value is (172,118,109). Sum of RGB (Red+Green+Blue) = 172+118+109=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC766D is #538992. Grayscale: #858585. Windows color (decimal): -5474707 or 7173804. OLE color: 7173804.
HSL color Cylindrical-coordinate representation of color #AC766D: hue angle of 8.57º 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 #AC766D is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 109 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.33 |
| HSL | 8.57º | 0.28% | 0.55% | - |
| HSV(B) | 8.57º | 0.37% | 0.67% | - |
| XYZ | 26.25 | 22.83 | 17.49 | - |
| YUV | 133.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 109 | 0 | 0.31 | 0.37 | 0.33 | 8.57 | 0.28 | 0.55 |
| Hex | AC | 76 | 6D | 0 | 1F | 25 | 21 | 9 | 1C | 37 |
| Octal | 254 | 166 | 155 | 0 | 37 | 45 | 41 | 11 | 34 | 67 |
| Binary | 10101100 | 1110110 | 1101101 | 0 | 11111 | 100101 | 100001 | 1001 | 11100 | 110111 |
Color Harmonies of #AC766D
Complementary color
Monochromatic Colors of #AC766D
Black with #AC766D
Text Example
Text Example
White with #AC766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC766D; }
p { color: rgb(172,118,109); }
H1.HeaderClassName
{
color: #AC766D;
}
.AnyTagClassName
{
color: #AC766D;
}
</style>
background-color css
<style>
a { background-color: #AC766D; }
a { background-color: rgb(172,118,109); }
div.DivClassName
{
background-color: #AC766D;
}
.BgClassName
{
background-color: #AC766D;
}
</style>
border-color css
<style>
span { border-color: #AC766D; }
span { border-color: rgb(172,118,109); }
td.TdClassName
{
border-color: #AC766D;
}
.TagClassName
{
border-color: #AC766D;
}
</style>