Shades of Coral Tree #AA786E
Tints of Coral Tree #AA786E
RGB
CMYK
RGB Variations
Color information
#AA786E (or 0xAA786E) is known color: Coral Tree. HEX triplet: AA, 78 and 6E. RGB value is (170,120,110). Sum of RGB (Red+Green+Blue) = 170+120+110=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA786E is #558791. Grayscale: #858585. Windows color (decimal): -5605266 or 7239850. OLE color: 7239850.
HSL color Cylindrical-coordinate representation of color #AA786E: hue angle of 10º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA786E is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 110 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.33 |
| HSL | 10º | 0.26% | 0.55% | - |
| HSV(B) | 10º | 0.35% | 0.67% | - |
| XYZ | 26.11 | 23.1 | 17.84 | - |
| YUV | 133.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 110 | 0 | 0.29 | 0.35 | 0.33 | 10 | 0.26 | 0.55 |
| Hex | AA | 78 | 6E | 0 | 1D | 23 | 21 | A | 1A | 37 |
| Octal | 252 | 170 | 156 | 0 | 35 | 43 | 41 | 12 | 32 | 67 |
| Binary | 10101010 | 1111000 | 1101110 | 0 | 11101 | 100011 | 100001 | 1010 | 11010 | 110111 |
Color Harmonies of #AA786E
Complementary color
Monochromatic Colors of #AA786E
Black with #AA786E
Text Example
Text Example
White with #AA786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA786E; }
p { color: rgb(170,120,110); }
H1.HeaderClassName
{
color: #AA786E;
}
.AnyTagClassName
{
color: #AA786E;
}
</style>
background-color css
<style>
a { background-color: #AA786E; }
a { background-color: rgb(170,120,110); }
div.DivClassName
{
background-color: #AA786E;
}
.BgClassName
{
background-color: #AA786E;
}
</style>
border-color css
<style>
span { border-color: #AA786E; }
span { border-color: rgb(170,120,110); }
td.TdClassName
{
border-color: #AA786E;
}
.TagClassName
{
border-color: #AA786E;
}
</style>