Shades of Coral Tree #AA776B
Tints of Coral Tree #AA776B
RGB
CMYK
RGB Variations
Color information
#AA776B (or 0xAA776B) is known color: Coral Tree. HEX triplet: AA, 77 and 6B. RGB value is (170,119,107). Sum of RGB (Red+Green+Blue) = 170+119+107=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA776B is #558894. Grayscale: #848484. Windows color (decimal): -5605525 or 7042986. OLE color: 7042986.
HSL color Cylindrical-coordinate representation of color #AA776B: hue angle of 11.43º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA776B is Cyan = 0, Magento = 0.3, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 107 | - |
| CMYK | 0 | 0.3 | 0.37 | 0.33 |
| HSL | 11.43º | 0.27% | 0.54% | - |
| HSV(B) | 11.43º | 0.37% | 0.67% | - |
| XYZ | 25.83 | 22.8 | 16.95 | - |
| YUV | 132.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 107 | 0 | 0.3 | 0.37 | 0.33 | 11.43 | 0.27 | 0.54 |
| Hex | AA | 77 | 6B | 0 | 1E | 25 | 21 | B | 1B | 36 |
| Octal | 252 | 167 | 153 | 0 | 36 | 45 | 41 | 13 | 33 | 66 |
| Binary | 10101010 | 1110111 | 1101011 | 0 | 11110 | 100101 | 100001 | 1011 | 11011 | 110110 |
Color Harmonies of #AA776B
Complementary color
Monochromatic Colors of #AA776B
Black with #AA776B
Text Example
Text Example
White with #AA776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA776B; }
p { color: rgb(170,119,107); }
H1.HeaderClassName
{
color: #AA776B;
}
.AnyTagClassName
{
color: #AA776B;
}
</style>
background-color css
<style>
a { background-color: #AA776B; }
a { background-color: rgb(170,119,107); }
div.DivClassName
{
background-color: #AA776B;
}
.BgClassName
{
background-color: #AA776B;
}
</style>
border-color css
<style>
span { border-color: #AA776B; }
span { border-color: rgb(170,119,107); }
td.TdClassName
{
border-color: #AA776B;
}
.TagClassName
{
border-color: #AA776B;
}
</style>