Shades of Coral Tree #AC766A
Tints of Coral Tree #AC766A
RGB
CMYK
RGB Variations
Color information
#AC766A (or 0xAC766A) is known color: Coral Tree. HEX triplet: AC, 76 and 6A. RGB value is (172,118,106). Sum of RGB (Red+Green+Blue) = 172+118+106=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC766A is #538995. Grayscale: #848484. Windows color (decimal): -5474710 or 6977196. OLE color: 6977196.
HSL color Cylindrical-coordinate representation of color #AC766A: hue angle of 10.91º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC766A is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 106 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.33 |
| HSL | 10.91º | 0.28% | 0.55% | - |
| HSV(B) | 10.91º | 0.38% | 0.67% | - |
| XYZ | 26.09 | 22.77 | 16.66 | - |
| YUV | 132.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 106 | 0 | 0.31 | 0.38 | 0.33 | 10.91 | 0.28 | 0.55 |
| Hex | AC | 76 | 6A | 0 | 1F | 26 | 21 | B | 1C | 37 |
| Octal | 254 | 166 | 152 | 0 | 37 | 46 | 41 | 13 | 34 | 67 |
| Binary | 10101100 | 1110110 | 1101010 | 0 | 11111 | 100110 | 100001 | 1011 | 11100 | 110111 |
Color Harmonies of #AC766A
Complementary color
Monochromatic Colors of #AC766A
Black with #AC766A
Text Example
Text Example
White with #AC766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC766A; }
p { color: rgb(172,118,106); }
H1.HeaderClassName
{
color: #AC766A;
}
.AnyTagClassName
{
color: #AC766A;
}
</style>
background-color css
<style>
a { background-color: #AC766A; }
a { background-color: rgb(172,118,106); }
div.DivClassName
{
background-color: #AC766A;
}
.BgClassName
{
background-color: #AC766A;
}
</style>
border-color css
<style>
span { border-color: #AC766A; }
span { border-color: rgb(172,118,106); }
td.TdClassName
{
border-color: #AC766A;
}
.TagClassName
{
border-color: #AC766A;
}
</style>