Shades of Coral Tree #AA7977
Tints of Coral Tree #AA7977
RGB
CMYK
RGB Variations
Color information
#AA7977 (or 0xAA7977) is known color: Coral Tree. HEX triplet: AA, 79 and 77. RGB value is (170,121,119). Sum of RGB (Red+Green+Blue) = 170+121+119=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7977 is #558688. Grayscale: #878787. Windows color (decimal): -5605001 or 7829930. OLE color: 7829930.
HSL color Cylindrical-coordinate representation of color #AA7977: hue angle of 2.35º 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 #AA7977 is Cyan = 0, Magento = 0.29, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 119 | - |
| CMYK | 0 | 0.29 | 0.3 | 0.33 |
| HSL | 2.35º | 0.23% | 0.57% | - |
| HSV(B) | 2.35º | 0.3% | 0.67% | - |
| XYZ | 26.74 | 23.55 | 20.59 | - |
| YUV | 135.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 119 | 0 | 0.29 | 0.3 | 0.33 | 2.35 | 0.23 | 0.57 |
| Hex | AA | 79 | 77 | 0 | 1D | 1E | 21 | 2 | 17 | 39 |
| Octal | 252 | 171 | 167 | 0 | 35 | 36 | 41 | 2 | 27 | 71 |
| Binary | 10101010 | 1111001 | 1110111 | 0 | 11101 | 11110 | 100001 | 10 | 10111 | 111001 |
Color Harmonies of #AA7977
Complementary color
Monochromatic Colors of #AA7977
Black with #AA7977
Text Example
Text Example
White with #AA7977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7977; }
p { color: rgb(170,121,119); }
H1.HeaderClassName
{
color: #AA7977;
}
.AnyTagClassName
{
color: #AA7977;
}
</style>
background-color css
<style>
a { background-color: #AA7977; }
a { background-color: rgb(170,121,119); }
div.DivClassName
{
background-color: #AA7977;
}
.BgClassName
{
background-color: #AA7977;
}
</style>
border-color css
<style>
span { border-color: #AA7977; }
span { border-color: rgb(170,121,119); }
td.TdClassName
{
border-color: #AA7977;
}
.TagClassName
{
border-color: #AA7977;
}
</style>