Shades of Coral Tree #AA6E6D
Tints of Coral Tree #AA6E6D
RGB
CMYK
RGB Variations
Color information
#AA6E6D (or 0xAA6E6D) is known color: Coral Tree. HEX triplet: AA, 6E and 6D. RGB value is (170,110,109). Sum of RGB (Red+Green+Blue) = 170+110+109=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E6D is #559192. Grayscale: #7F7F7F. Windows color (decimal): -5607827 or 7171754. OLE color: 7171754.
HSL color Cylindrical-coordinate representation of color #AA6E6D: hue angle of 0.98º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6E6D is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 110 | 109 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.33 |
| HSL | 0.98º | 0.26% | 0.55% | - |
| HSV(B) | 0.98º | 0.36% | 0.67% | - |
| XYZ | 24.91 | 20.8 | 17.17 | - |
| YUV | 127.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 109 | 0 | 0.35 | 0.36 | 0.33 | 0.98 | 0.26 | 0.55 |
| Hex | AA | 6E | 6D | 0 | 23 | 24 | 21 | 1 | 1A | 37 |
| Octal | 252 | 156 | 155 | 0 | 43 | 44 | 41 | 1 | 32 | 67 |
| Binary | 10101010 | 1101110 | 1101101 | 0 | 100011 | 100100 | 100001 | 1 | 11010 | 110111 |
Color Harmonies of #AA6E6D
Complementary color
Monochromatic Colors of #AA6E6D
Black with #AA6E6D
Text Example
Text Example
White with #AA6E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6E6D; }
p { color: rgb(170,110,109); }
H1.HeaderClassName
{
color: #AA6E6D;
}
.AnyTagClassName
{
color: #AA6E6D;
}
</style>
background-color css
<style>
a { background-color: #AA6E6D; }
a { background-color: rgb(170,110,109); }
div.DivClassName
{
background-color: #AA6E6D;
}
.BgClassName
{
background-color: #AA6E6D;
}
</style>
border-color css
<style>
span { border-color: #AA6E6D; }
span { border-color: rgb(170,110,109); }
td.TdClassName
{
border-color: #AA6E6D;
}
.TagClassName
{
border-color: #AA6E6D;
}
</style>