Shades of Coral Tree #A66E6D
Tints of Coral Tree #A66E6D
RGB
CMYK
RGB Variations
Color information
#A66E6D (or 0xA66E6D) is known color: Coral Tree. HEX triplet: A6, 6E and 6D. RGB value is (166,110,109). Sum of RGB (Red+Green+Blue) = 166+110+109=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66E6D is #599192. Grayscale: #7E7E7E. Windows color (decimal): -5869971 or 7171750. OLE color: 7171750.
HSL color Cylindrical-coordinate representation of color #A66E6D: hue angle of 1.05º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66E6D is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 110 | 109 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.35 |
| HSL | 1.05º | 0.24% | 0.54% | - |
| HSV(B) | 1.05º | 0.34% | 0.65% | - |
| XYZ | 24.06 | 20.36 | 17.13 | - |
| YUV | 126.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 109 | 0 | 0.34 | 0.34 | 0.35 | 1.05 | 0.24 | 0.54 |
| Hex | A6 | 6E | 6D | 0 | 22 | 22 | 23 | 1 | 18 | 36 |
| Octal | 246 | 156 | 155 | 0 | 42 | 42 | 43 | 1 | 30 | 66 |
| Binary | 10100110 | 1101110 | 1101101 | 0 | 100010 | 100010 | 100011 | 1 | 11000 | 110110 |
Color Harmonies of #A66E6D
Complementary color
Monochromatic Colors of #A66E6D
Black with #A66E6D
Text Example
Text Example
White with #A66E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66E6D; }
p { color: rgb(166,110,109); }
H1.HeaderClassName
{
color: #A66E6D;
}
.AnyTagClassName
{
color: #A66E6D;
}
</style>
background-color css
<style>
a { background-color: #A66E6D; }
a { background-color: rgb(166,110,109); }
div.DivClassName
{
background-color: #A66E6D;
}
.BgClassName
{
background-color: #A66E6D;
}
</style>
border-color css
<style>
span { border-color: #A66E6D; }
span { border-color: rgb(166,110,109); }
td.TdClassName
{
border-color: #A66E6D;
}
.TagClassName
{
border-color: #A66E6D;
}
</style>