Shades of Coral Tree #AA6E6B
Tints of Coral Tree #AA6E6B
RGB
CMYK
RGB Variations
Color information
#AA6E6B (or 0xAA6E6B) is known color: Coral Tree. HEX triplet: AA, 6E and 6B. RGB value is (170,110,107). Sum of RGB (Red+Green+Blue) = 170+110+107=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E6B is #559194. Grayscale: #7F7F7F. Windows color (decimal): -5607829 or 7040682. OLE color: 7040682.
HSL color Cylindrical-coordinate representation of color #AA6E6B: hue angle of 2.86º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6E6B is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 107 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.33 |
| HSL | 2.86º | 0.27% | 0.54% | - |
| HSV(B) | 2.86º | 0.37% | 0.67% | - |
| XYZ | 24.81 | 20.76 | 16.61 | - |
| YUV | 127.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 107 | 0 | 0.35 | 0.37 | 0.33 | 2.86 | 0.27 | 0.54 |
| Hex | AA | 6E | 6B | 0 | 23 | 25 | 21 | 3 | 1B | 36 |
| Octal | 252 | 156 | 153 | 0 | 43 | 45 | 41 | 3 | 33 | 66 |
| Binary | 10101010 | 1101110 | 1101011 | 0 | 100011 | 100101 | 100001 | 11 | 11011 | 110110 |
Color Harmonies of #AA6E6B
Complementary color
Monochromatic Colors of #AA6E6B
Black with #AA6E6B
Text Example
Text Example
White with #AA6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E6B; }
p { color: rgb(170,110,107); }
H1.HeaderClassName
{
color: #AA6E6B;
}
.AnyTagClassName
{
color: #AA6E6B;
}
</style>
background-color css
<style>
a { background-color: #AA6E6B; }
a { background-color: rgb(170,110,107); }
div.DivClassName
{
background-color: #AA6E6B;
}
.BgClassName
{
background-color: #AA6E6B;
}
</style>
border-color css
<style>
span { border-color: #AA6E6B; }
span { border-color: rgb(170,110,107); }
td.TdClassName
{
border-color: #AA6E6B;
}
.TagClassName
{
border-color: #AA6E6B;
}
</style>