Shades of Coral Tree #AA6663
Tints of Coral Tree #AA6663
RGB
CMYK
RGB Variations
Color information
#AA6663 (or 0xAA6663) is known color: Coral Tree. HEX triplet: AA, 66 and 63. RGB value is (170,102,99). Sum of RGB (Red+Green+Blue) = 170+102+99=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6663 is #55999C. Grayscale: #7A7A7A. Windows color (decimal): -5609885 or 6514346. OLE color: 6514346.
HSL color Cylindrical-coordinate representation of color #AA6663: hue angle of 2.54º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6663 is Cyan = 0, Magento = 0.4, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 99 | - |
| CMYK | 0 | 0.4 | 0.42 | 0.33 |
| HSL | 2.54º | 0.29% | 0.53% | - |
| HSV(B) | 2.54º | 0.42% | 0.67% | - |
| XYZ | 23.58 | 18.95 | 14.22 | - |
| YUV | 121.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 99 | 0 | 0.4 | 0.42 | 0.33 | 2.54 | 0.29 | 0.53 |
| Hex | AA | 66 | 63 | 0 | 28 | 2A | 21 | 3 | 1D | 35 |
| Octal | 252 | 146 | 143 | 0 | 50 | 52 | 41 | 3 | 35 | 65 |
| Binary | 10101010 | 1100110 | 1100011 | 0 | 101000 | 101010 | 100001 | 11 | 11101 | 110101 |
Color Harmonies of #AA6663
Complementary color
Monochromatic Colors of #AA6663
Black with #AA6663
Text Example
Text Example
White with #AA6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6663; }
p { color: rgb(170,102,99); }
H1.HeaderClassName
{
color: #AA6663;
}
.AnyTagClassName
{
color: #AA6663;
}
</style>
background-color css
<style>
a { background-color: #AA6663; }
a { background-color: rgb(170,102,99); }
div.DivClassName
{
background-color: #AA6663;
}
.BgClassName
{
background-color: #AA6663;
}
</style>
border-color css
<style>
span { border-color: #AA6663; }
span { border-color: rgb(170,102,99); }
td.TdClassName
{
border-color: #AA6663;
}
.TagClassName
{
border-color: #AA6663;
}
</style>