Shades of Coral Tree #AA6B66
Tints of Coral Tree #AA6B66
RGB
CMYK
RGB Variations
Color information
#AA6B66 (or 0xAA6B66) is known color: Coral Tree. HEX triplet: AA, 6B and 66. RGB value is (170,107,102). Sum of RGB (Red+Green+Blue) = 170+107+102=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B66 is #559499. Grayscale: #7D7D7D. Windows color (decimal): -5608602 or 6712234. OLE color: 6712234.
HSL color Cylindrical-coordinate representation of color #AA6B66: hue angle of 4.41º 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 #AA6B66 is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 102 | - |
| CMYK | 0 | 0.37 | 0.4 | 0.33 |
| HSL | 4.41º | 0.29% | 0.53% | - |
| HSV(B) | 4.41º | 0.4% | 0.67% | - |
| XYZ | 24.23 | 20.02 | 15.16 | - |
| YUV | 125.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 102 | 0 | 0.37 | 0.4 | 0.33 | 4.41 | 0.29 | 0.53 |
| Hex | AA | 6B | 66 | 0 | 25 | 28 | 21 | 4 | 1D | 35 |
| Octal | 252 | 153 | 146 | 0 | 45 | 50 | 41 | 4 | 35 | 65 |
| Binary | 10101010 | 1101011 | 1100110 | 0 | 100101 | 101000 | 100001 | 100 | 11101 | 110101 |
Color Harmonies of #AA6B66
Complementary color
Monochromatic Colors of #AA6B66
Black with #AA6B66
Text Example
Text Example
White with #AA6B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B66; }
p { color: rgb(170,107,102); }
H1.HeaderClassName
{
color: #AA6B66;
}
.AnyTagClassName
{
color: #AA6B66;
}
</style>
background-color css
<style>
a { background-color: #AA6B66; }
a { background-color: rgb(170,107,102); }
div.DivClassName
{
background-color: #AA6B66;
}
.BgClassName
{
background-color: #AA6B66;
}
</style>
border-color css
<style>
span { border-color: #AA6B66; }
span { border-color: rgb(170,107,102); }
td.TdClassName
{
border-color: #AA6B66;
}
.TagClassName
{
border-color: #AA6B66;
}
</style>