Shades of Coral Tree #AA7777
Tints of Coral Tree #AA7777
RGB
CMYK
RGB Variations
Color information
#AA7777 (or 0xAA7777) is known color: Coral Tree. HEX triplet: AA, 77 and 77. RGB value is (170,119,119). Sum of RGB (Red+Green+Blue) = 170+119+119=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7777 is #558888. Grayscale: #868686. Windows color (decimal): -5605513 or 7829418. OLE color: 7829418.
HSL color Cylindrical-coordinate representation of color #AA7777: hue angle of 0º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA7777 is Cyan = 0, Magento = 0.3, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 119 | - |
| CMYK | 0 | 0.3 | 0.3 | 0.33 |
| HSL | 0º | 0.23% | 0.57% | - |
| HSV(B) | 0º | 0.3% | 0.67% | - |
| XYZ | 26.5 | 23.07 | 20.51 | - |
| YUV | 134.25 | 119.4 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 119 | 0 | 0.3 | 0.3 | 0.33 | 0 | 0.23 | 0.57 |
| Hex | AA | 77 | 77 | 0 | 1E | 1E | 21 | 0 | 17 | 39 |
| Octal | 252 | 167 | 167 | 0 | 36 | 36 | 41 | 0 | 27 | 71 |
| Binary | 10101010 | 1110111 | 1110111 | 0 | 11110 | 11110 | 100001 | 0 | 10111 | 111001 |
Color Harmonies of #AA7777
Complementary color
Monochromatic Colors of #AA7777
Black with #AA7777
Text Example
Text Example
White with #AA7777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7777; }
p { color: rgb(170,119,119); }
H1.HeaderClassName
{
color: #AA7777;
}
.AnyTagClassName
{
color: #AA7777;
}
</style>
background-color css
<style>
a { background-color: #AA7777; }
a { background-color: rgb(170,119,119); }
div.DivClassName
{
background-color: #AA7777;
}
.BgClassName
{
background-color: #AA7777;
}
</style>
border-color css
<style>
span { border-color: #AA7777; }
span { border-color: rgb(170,119,119); }
td.TdClassName
{
border-color: #AA7777;
}
.TagClassName
{
border-color: #AA7777;
}
</style>