Shades of Coral Tree #AA7366
Tints of Coral Tree #AA7366
RGB
CMYK
RGB Variations
Color information
#AA7366 (or 0xAA7366) is known color: Coral Tree. HEX triplet: AA, 73 and 66. RGB value is (170,115,102). Sum of RGB (Red+Green+Blue) = 170+115+102=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7366 is #558C99. Grayscale: #828282. Windows color (decimal): -5606554 or 6714282. OLE color: 6714282.
HSL color Cylindrical-coordinate representation of color #AA7366: hue angle of 11.47º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA7366 is Cyan = 0, Magento = 0.32, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 102 | - |
| CMYK | 0 | 0.32 | 0.4 | 0.33 |
| HSL | 11.47º | 0.29% | 0.53% | - |
| HSV(B) | 11.47º | 0.4% | 0.67% | - |
| XYZ | 25.11 | 21.77 | 15.45 | - |
| YUV | 129.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 102 | 0 | 0.32 | 0.4 | 0.33 | 11.47 | 0.29 | 0.53 |
| Hex | AA | 73 | 66 | 0 | 20 | 28 | 21 | B | 1D | 35 |
| Octal | 252 | 163 | 146 | 0 | 40 | 50 | 41 | 13 | 35 | 65 |
| Binary | 10101010 | 1110011 | 1100110 | 0 | 100000 | 101000 | 100001 | 1011 | 11101 | 110101 |
Color Harmonies of #AA7366
Complementary color
Monochromatic Colors of #AA7366
Black with #AA7366
Text Example
Text Example
White with #AA7366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7366; }
p { color: rgb(170,115,102); }
H1.HeaderClassName
{
color: #AA7366;
}
.AnyTagClassName
{
color: #AA7366;
}
</style>
background-color css
<style>
a { background-color: #AA7366; }
a { background-color: rgb(170,115,102); }
div.DivClassName
{
background-color: #AA7366;
}
.BgClassName
{
background-color: #AA7366;
}
</style>
border-color css
<style>
span { border-color: #AA7366; }
span { border-color: rgb(170,115,102); }
td.TdClassName
{
border-color: #AA7366;
}
.TagClassName
{
border-color: #AA7366;
}
</style>