Shades of Coral Tree #A66660
Tints of Coral Tree #A66660
RGB
CMYK
RGB Variations
Color information
#A66660 (or 0xA66660) is known color: Coral Tree. HEX triplet: A6, 66 and 60. RGB value is (166,102,96). Sum of RGB (Red+Green+Blue) = 166+102+96=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A66660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66660 is #59999F. Grayscale: #787878. Windows color (decimal): -5872032 or 6317734. OLE color: 6317734.
HSL color Cylindrical-coordinate representation of color #A66660: hue angle of 5.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66660 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 96 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.35 |
| HSL | 5.14º | 0.28% | 0.51% | - |
| HSV(B) | 5.14º | 0.42% | 0.65% | - |
| XYZ | 22.59 | 18.45 | 13.44 | - |
| YUV | 120.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 96 | 0 | 0.39 | 0.42 | 0.35 | 5.14 | 0.28 | 0.51 |
| Hex | A6 | 66 | 60 | 0 | 27 | 2A | 23 | 5 | 1C | 33 |
| Octal | 246 | 146 | 140 | 0 | 47 | 52 | 43 | 5 | 34 | 63 |
| Binary | 10100110 | 1100110 | 1100000 | 0 | 100111 | 101010 | 100011 | 101 | 11100 | 110011 |
Color Harmonies of #A66660
Complementary color
Monochromatic Colors of #A66660
Black with #A66660
Text Example
Text Example
White with #A66660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66660; }
p { color: rgb(166,102,96); }
H1.HeaderClassName
{
color: #A66660;
}
.AnyTagClassName
{
color: #A66660;
}
</style>
background-color css
<style>
a { background-color: #A66660; }
a { background-color: rgb(166,102,96); }
div.DivClassName
{
background-color: #A66660;
}
.BgClassName
{
background-color: #A66660;
}
</style>
border-color css
<style>
span { border-color: #A66660; }
span { border-color: rgb(166,102,96); }
td.TdClassName
{
border-color: #A66660;
}
.TagClassName
{
border-color: #A66660;
}
</style>