Shades of Coral Tree #AA7770
Tints of Coral Tree #AA7770
RGB
CMYK
RGB Variations
Color information
#AA7770 (or 0xAA7770) is known color: Coral Tree. HEX triplet: AA, 77 and 70. RGB value is (170,119,112). Sum of RGB (Red+Green+Blue) = 170+119+112=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7770 is #55888F. Grayscale: #858585. Windows color (decimal): -5605520 or 7370666. OLE color: 7370666.
HSL color Cylindrical-coordinate representation of color #AA7770: hue angle of 7.24º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7770 is Cyan = 0, Magento = 0.3, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 112 | - |
| CMYK | 0 | 0.3 | 0.34 | 0.33 |
| HSL | 7.24º | 0.25% | 0.55% | - |
| HSV(B) | 7.24º | 0.34% | 0.67% | - |
| XYZ | 26.1 | 22.91 | 18.38 | - |
| YUV | 133.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 112 | 0 | 0.3 | 0.34 | 0.33 | 7.24 | 0.25 | 0.55 |
| Hex | AA | 77 | 70 | 0 | 1E | 22 | 21 | 7 | 19 | 37 |
| Octal | 252 | 167 | 160 | 0 | 36 | 42 | 41 | 7 | 31 | 67 |
| Binary | 10101010 | 1110111 | 1110000 | 0 | 11110 | 100010 | 100001 | 111 | 11001 | 110111 |
Color Harmonies of #AA7770
Complementary color
Monochromatic Colors of #AA7770
Black with #AA7770
Text Example
Text Example
White with #AA7770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7770; }
p { color: rgb(170,119,112); }
H1.HeaderClassName
{
color: #AA7770;
}
.AnyTagClassName
{
color: #AA7770;
}
</style>
background-color css
<style>
a { background-color: #AA7770; }
a { background-color: rgb(170,119,112); }
div.DivClassName
{
background-color: #AA7770;
}
.BgClassName
{
background-color: #AA7770;
}
</style>
border-color css
<style>
span { border-color: #AA7770; }
span { border-color: rgb(170,119,112); }
td.TdClassName
{
border-color: #AA7770;
}
.TagClassName
{
border-color: #AA7770;
}
</style>