Shades of Coral Tree #AA6564
Tints of Coral Tree #AA6564
RGB
CMYK
RGB Variations
Color information
#AA6564 (or 0xAA6564) is known color: Coral Tree. HEX triplet: AA, 65 and 64. RGB value is (170,101,100). Sum of RGB (Red+Green+Blue) = 170+101+100=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6564 is #559A9B. Grayscale: #797979. Windows color (decimal): -5610140 or 6579626. OLE color: 6579626.
HSL color Cylindrical-coordinate representation of color #AA6564: hue angle of 0.86º 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 #AA6564 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 100 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.33 |
| HSL | 0.86º | 0.29% | 0.53% | - |
| HSV(B) | 0.86º | 0.41% | 0.67% | - |
| XYZ | 23.53 | 18.77 | 14.44 | - |
| YUV | 121.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 100 | 0 | 0.41 | 0.41 | 0.33 | 0.86 | 0.29 | 0.53 |
| Hex | AA | 65 | 64 | 0 | 29 | 29 | 21 | 1 | 1D | 35 |
| Octal | 252 | 145 | 144 | 0 | 51 | 51 | 41 | 1 | 35 | 65 |
| Binary | 10101010 | 1100101 | 1100100 | 0 | 101001 | 101001 | 100001 | 1 | 11101 | 110101 |
Color Harmonies of #AA6564
Complementary color
Monochromatic Colors of #AA6564
Black with #AA6564
Text Example
Text Example
White with #AA6564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6564; }
p { color: rgb(170,101,100); }
H1.HeaderClassName
{
color: #AA6564;
}
.AnyTagClassName
{
color: #AA6564;
}
</style>
background-color css
<style>
a { background-color: #AA6564; }
a { background-color: rgb(170,101,100); }
div.DivClassName
{
background-color: #AA6564;
}
.BgClassName
{
background-color: #AA6564;
}
</style>
border-color css
<style>
span { border-color: #AA6564; }
span { border-color: rgb(170,101,100); }
td.TdClassName
{
border-color: #AA6564;
}
.TagClassName
{
border-color: #AA6564;
}
</style>