Shades of Coral Tree #AA7776
Tints of Coral Tree #AA7776
RGB
CMYK
RGB Variations
Color information
#AA7776 (or 0xAA7776) is known color: Coral Tree. HEX triplet: AA, 77 and 76. RGB value is (170,119,118). Sum of RGB (Red+Green+Blue) = 170+119+118=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7776 is #558889. Grayscale: #868686. Windows color (decimal): -5605514 or 7763882. OLE color: 7763882.
HSL color Cylindrical-coordinate representation of color #AA7776: hue angle of 1.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7776 is Cyan = 0, Magento = 0.3, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 118 | - |
| CMYK | 0 | 0.3 | 0.31 | 0.33 |
| HSL | 1.15º | 0.23% | 0.56% | - |
| HSV(B) | 1.15º | 0.31% | 0.67% | - |
| XYZ | 26.44 | 23.05 | 20.19 | - |
| YUV | 134.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 118 | 0 | 0.3 | 0.31 | 0.33 | 1.15 | 0.23 | 0.56 |
| Hex | AA | 77 | 76 | 0 | 1E | 1F | 21 | 1 | 17 | 38 |
| Octal | 252 | 167 | 166 | 0 | 36 | 37 | 41 | 1 | 27 | 70 |
| Binary | 10101010 | 1110111 | 1110110 | 0 | 11110 | 11111 | 100001 | 1 | 10111 | 111000 |
Color Harmonies of #AA7776
Complementary color
Monochromatic Colors of #AA7776
Black with #AA7776
Text Example
Text Example
White with #AA7776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7776; }
p { color: rgb(170,119,118); }
H1.HeaderClassName
{
color: #AA7776;
}
.AnyTagClassName
{
color: #AA7776;
}
</style>
background-color css
<style>
a { background-color: #AA7776; }
a { background-color: rgb(170,119,118); }
div.DivClassName
{
background-color: #AA7776;
}
.BgClassName
{
background-color: #AA7776;
}
</style>
border-color css
<style>
span { border-color: #AA7776; }
span { border-color: rgb(170,119,118); }
td.TdClassName
{
border-color: #AA7776;
}
.TagClassName
{
border-color: #AA7776;
}
</style>