Shades of Coral Tree #AA6665
Tints of Coral Tree #AA6665
RGB
CMYK
RGB Variations
Color information
#AA6665 (or 0xAA6665) is known color: Coral Tree. HEX triplet: AA, 66 and 65. RGB value is (170,102,101). Sum of RGB (Red+Green+Blue) = 170+102+101=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6665 is #55999A. Grayscale: #7A7A7A. Windows color (decimal): -5609883 or 6645418. OLE color: 6645418.
HSL color Cylindrical-coordinate representation of color #AA6665: hue angle of 0.87º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6665 is Cyan = 0, Magento = 0.4, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 101 | - |
| CMYK | 0 | 0.4 | 0.41 | 0.33 |
| HSL | 0.87º | 0.29% | 0.53% | - |
| HSV(B) | 0.87º | 0.41% | 0.67% | - |
| XYZ | 23.68 | 18.99 | 14.73 | - |
| YUV | 122.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 101 | 0 | 0.4 | 0.41 | 0.33 | 0.87 | 0.29 | 0.53 |
| Hex | AA | 66 | 65 | 0 | 28 | 29 | 21 | 1 | 1D | 35 |
| Octal | 252 | 146 | 145 | 0 | 50 | 51 | 41 | 1 | 35 | 65 |
| Binary | 10101010 | 1100110 | 1100101 | 0 | 101000 | 101001 | 100001 | 1 | 11101 | 110101 |
Color Harmonies of #AA6665
Complementary color
Monochromatic Colors of #AA6665
Black with #AA6665
Text Example
Text Example
White with #AA6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6665; }
p { color: rgb(170,102,101); }
H1.HeaderClassName
{
color: #AA6665;
}
.AnyTagClassName
{
color: #AA6665;
}
</style>
background-color css
<style>
a { background-color: #AA6665; }
a { background-color: rgb(170,102,101); }
div.DivClassName
{
background-color: #AA6665;
}
.BgClassName
{
background-color: #AA6665;
}
</style>
border-color css
<style>
span { border-color: #AA6665; }
span { border-color: rgb(170,102,101); }
td.TdClassName
{
border-color: #AA6665;
}
.TagClassName
{
border-color: #AA6665;
}
</style>