Shades of Coral Tree #AA6E66
Tints of Coral Tree #AA6E66
RGB
CMYK
RGB Variations
Color information
#AA6E66 (or 0xAA6E66) is known color: Coral Tree. HEX triplet: AA, 6E and 66. RGB value is (170,110,102). Sum of RGB (Red+Green+Blue) = 170+110+102=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E66 is #559199. Grayscale: #7F7F7F. Windows color (decimal): -5607834 or 6713002. OLE color: 6713002.
HSL color Cylindrical-coordinate representation of color #AA6E66: hue angle of 7.06º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6E66 is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 102 | - |
| CMYK | 0 | 0.35 | 0.4 | 0.33 |
| HSL | 7.06º | 0.29% | 0.53% | - |
| HSV(B) | 7.06º | 0.4% | 0.67% | - |
| XYZ | 24.55 | 20.66 | 15.26 | - |
| YUV | 127.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 102 | 0 | 0.35 | 0.4 | 0.33 | 7.06 | 0.29 | 0.53 |
| Hex | AA | 6E | 66 | 0 | 23 | 28 | 21 | 7 | 1D | 35 |
| Octal | 252 | 156 | 146 | 0 | 43 | 50 | 41 | 7 | 35 | 65 |
| Binary | 10101010 | 1101110 | 1100110 | 0 | 100011 | 101000 | 100001 | 111 | 11101 | 110101 |
Color Harmonies of #AA6E66
Complementary color
Monochromatic Colors of #AA6E66
Black with #AA6E66
Text Example
Text Example
White with #AA6E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E66; }
p { color: rgb(170,110,102); }
H1.HeaderClassName
{
color: #AA6E66;
}
.AnyTagClassName
{
color: #AA6E66;
}
</style>
background-color css
<style>
a { background-color: #AA6E66; }
a { background-color: rgb(170,110,102); }
div.DivClassName
{
background-color: #AA6E66;
}
.BgClassName
{
background-color: #AA6E66;
}
</style>
border-color css
<style>
span { border-color: #AA6E66; }
span { border-color: rgb(170,110,102); }
td.TdClassName
{
border-color: #AA6E66;
}
.TagClassName
{
border-color: #AA6E66;
}
</style>