Shades of Coral Tree #AA6864
Tints of Coral Tree #AA6864
RGB
CMYK
RGB Variations
Color information
#AA6864 (or 0xAA6864) is known color: Coral Tree. HEX triplet: AA, 68 and 64. RGB value is (170,104,100). Sum of RGB (Red+Green+Blue) = 170+104+100=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6864 is #55979B. Grayscale: #7B7B7B. Windows color (decimal): -5609372 or 6580394. OLE color: 6580394.
HSL color Cylindrical-coordinate representation of color #AA6864: hue angle of 3.43º 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 #AA6864 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 100 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.33 |
| HSL | 3.43º | 0.29% | 0.53% | - |
| HSV(B) | 3.43º | 0.41% | 0.67% | - |
| XYZ | 23.83 | 19.37 | 14.54 | - |
| YUV | 123.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 100 | 0 | 0.39 | 0.41 | 0.33 | 3.43 | 0.29 | 0.53 |
| Hex | AA | 68 | 64 | 0 | 27 | 29 | 21 | 3 | 1D | 35 |
| Octal | 252 | 150 | 144 | 0 | 47 | 51 | 41 | 3 | 35 | 65 |
| Binary | 10101010 | 1101000 | 1100100 | 0 | 100111 | 101001 | 100001 | 11 | 11101 | 110101 |
Color Harmonies of #AA6864
Complementary color
Monochromatic Colors of #AA6864
Black with #AA6864
Text Example
Text Example
White with #AA6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6864; }
p { color: rgb(170,104,100); }
H1.HeaderClassName
{
color: #AA6864;
}
.AnyTagClassName
{
color: #AA6864;
}
</style>
background-color css
<style>
a { background-color: #AA6864; }
a { background-color: rgb(170,104,100); }
div.DivClassName
{
background-color: #AA6864;
}
.BgClassName
{
background-color: #AA6864;
}
</style>
border-color css
<style>
span { border-color: #AA6864; }
span { border-color: rgb(170,104,100); }
td.TdClassName
{
border-color: #AA6864;
}
.TagClassName
{
border-color: #AA6864;
}
</style>