Shades of Coral Tree #A66E6A
Tints of Coral Tree #A66E6A
RGB
CMYK
RGB Variations
Color information
#A66E6A (or 0xA66E6A) is known color: Coral Tree. HEX triplet: A6, 6E and 6A. RGB value is (166,110,106). Sum of RGB (Red+Green+Blue) = 166+110+106=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66E6A is #599195. Grayscale: #7E7E7E. Windows color (decimal): -5869974 or 6975142. OLE color: 6975142.
HSL color Cylindrical-coordinate representation of color #A66E6A: hue angle of 4º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66E6A is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 110 | 106 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.35 |
| HSL | 4º | 0.25% | 0.53% | - |
| HSV(B) | 4º | 0.36% | 0.65% | - |
| XYZ | 23.9 | 20.3 | 16.29 | - |
| YUV | 126.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 106 | 0 | 0.34 | 0.36 | 0.35 | 4 | 0.25 | 0.53 |
| Hex | A6 | 6E | 6A | 0 | 22 | 24 | 23 | 4 | 19 | 35 |
| Octal | 246 | 156 | 152 | 0 | 42 | 44 | 43 | 4 | 31 | 65 |
| Binary | 10100110 | 1101110 | 1101010 | 0 | 100010 | 100100 | 100011 | 100 | 11001 | 110101 |
Color Harmonies of #A66E6A
Complementary color
Monochromatic Colors of #A66E6A
Black with #A66E6A
Text Example
Text Example
White with #A66E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66E6A; }
p { color: rgb(166,110,106); }
H1.HeaderClassName
{
color: #A66E6A;
}
.AnyTagClassName
{
color: #A66E6A;
}
</style>
background-color css
<style>
a { background-color: #A66E6A; }
a { background-color: rgb(166,110,106); }
div.DivClassName
{
background-color: #A66E6A;
}
.BgClassName
{
background-color: #A66E6A;
}
</style>
border-color css
<style>
span { border-color: #A66E6A; }
span { border-color: rgb(166,110,106); }
td.TdClassName
{
border-color: #A66E6A;
}
.TagClassName
{
border-color: #A66E6A;
}
</style>