Shades of Coral Tree #AA7666
Tints of Coral Tree #AA7666
RGB
CMYK
RGB Variations
Color information
#AA7666 (or 0xAA7666) is known color: Coral Tree. HEX triplet: AA, 76 and 66. RGB value is (170,118,102). Sum of RGB (Red+Green+Blue) = 170+118+102=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7666 is #558999. Grayscale: #838383. Windows color (decimal): -5605786 or 6715050. OLE color: 6715050.
HSL color Cylindrical-coordinate representation of color #AA7666: hue angle of 14.12º 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 #AA7666 is Cyan = 0, Magento = 0.31, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 102 | - |
| CMYK | 0 | 0.31 | 0.4 | 0.33 |
| HSL | 14.12º | 0.29% | 0.53% | - |
| HSV(B) | 14.12º | 0.4% | 0.67% | - |
| XYZ | 25.45 | 22.46 | 15.56 | - |
| YUV | 131.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 102 | 0 | 0.31 | 0.4 | 0.33 | 14.12 | 0.29 | 0.53 |
| Hex | AA | 76 | 66 | 0 | 1F | 28 | 21 | E | 1D | 35 |
| Octal | 252 | 166 | 146 | 0 | 37 | 50 | 41 | 16 | 35 | 65 |
| Binary | 10101010 | 1110110 | 1100110 | 0 | 11111 | 101000 | 100001 | 1110 | 11101 | 110101 |
Color Harmonies of #AA7666
Complementary color
Monochromatic Colors of #AA7666
Black with #AA7666
Text Example
Text Example
White with #AA7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7666; }
p { color: rgb(170,118,102); }
H1.HeaderClassName
{
color: #AA7666;
}
.AnyTagClassName
{
color: #AA7666;
}
</style>
background-color css
<style>
a { background-color: #AA7666; }
a { background-color: rgb(170,118,102); }
div.DivClassName
{
background-color: #AA7666;
}
.BgClassName
{
background-color: #AA7666;
}
</style>
border-color css
<style>
span { border-color: #AA7666; }
span { border-color: rgb(170,118,102); }
td.TdClassName
{
border-color: #AA7666;
}
.TagClassName
{
border-color: #AA7666;
}
</style>