Shades of Coral Tree #AA6E6A
Tints of Coral Tree #AA6E6A
RGB
CMYK
RGB Variations
Color information
#AA6E6A (or 0xAA6E6A) is known color: Coral Tree. HEX triplet: AA, 6E and 6A. RGB value is (170,110,106). Sum of RGB (Red+Green+Blue) = 170+110+106=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E6A is #559195. Grayscale: #7F7F7F. Windows color (decimal): -5607830 or 6975146. OLE color: 6975146.
HSL color Cylindrical-coordinate representation of color #AA6E6A: hue angle of 3.75º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6E6A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 106 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.33 |
| HSL | 3.75º | 0.27% | 0.54% | - |
| HSV(B) | 3.75º | 0.38% | 0.67% | - |
| XYZ | 24.76 | 20.74 | 16.33 | - |
| YUV | 127.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 106 | 0 | 0.35 | 0.38 | 0.33 | 3.75 | 0.27 | 0.54 |
| Hex | AA | 6E | 6A | 0 | 23 | 26 | 21 | 4 | 1B | 36 |
| Octal | 252 | 156 | 152 | 0 | 43 | 46 | 41 | 4 | 33 | 66 |
| Binary | 10101010 | 1101110 | 1101010 | 0 | 100011 | 100110 | 100001 | 100 | 11011 | 110110 |
Color Harmonies of #AA6E6A
Complementary color
Monochromatic Colors of #AA6E6A
Black with #AA6E6A
Text Example
Text Example
White with #AA6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E6A; }
p { color: rgb(170,110,106); }
H1.HeaderClassName
{
color: #AA6E6A;
}
.AnyTagClassName
{
color: #AA6E6A;
}
</style>
background-color css
<style>
a { background-color: #AA6E6A; }
a { background-color: rgb(170,110,106); }
div.DivClassName
{
background-color: #AA6E6A;
}
.BgClassName
{
background-color: #AA6E6A;
}
</style>
border-color css
<style>
span { border-color: #AA6E6A; }
span { border-color: rgb(170,110,106); }
td.TdClassName
{
border-color: #AA6E6A;
}
.TagClassName
{
border-color: #AA6E6A;
}
</style>