Shades of Coral Tree #AA6868
Tints of Coral Tree #AA6868
RGB
CMYK
RGB Variations
Color information
#AA6868 (or 0xAA6868) is known color: Coral Tree. HEX triplet: AA, 68 and 68. RGB value is (170,104,104). Sum of RGB (Red+Green+Blue) = 170+104+104=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6868 is #559797. Grayscale: #7B7B7B. Windows color (decimal): -5609368 or 6842538. OLE color: 6842538.
HSL color Cylindrical-coordinate representation of color #AA6868: hue angle of 0º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6868 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 104 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.33 |
| HSL | 0º | 0.28% | 0.54% | - |
| HSV(B) | 0º | 0.39% | 0.67% | - |
| XYZ | 24.03 | 19.45 | 15.58 | - |
| YUV | 123.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 104 | 0 | 0.39 | 0.39 | 0.33 | 0 | 0.28 | 0.54 |
| Hex | AA | 68 | 68 | 0 | 27 | 27 | 21 | 0 | 1C | 36 |
| Octal | 252 | 150 | 150 | 0 | 47 | 47 | 41 | 0 | 34 | 66 |
| Binary | 10101010 | 1101000 | 1101000 | 0 | 100111 | 100111 | 100001 | 0 | 11100 | 110110 |
Color Harmonies of #AA6868
Complementary color
Monochromatic Colors of #AA6868
Black with #AA6868
Text Example
Text Example
White with #AA6868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6868; }
p { color: rgb(170,104,104); }
H1.HeaderClassName
{
color: #AA6868;
}
.AnyTagClassName
{
color: #AA6868;
}
</style>
background-color css
<style>
a { background-color: #AA6868; }
a { background-color: rgb(170,104,104); }
div.DivClassName
{
background-color: #AA6868;
}
.BgClassName
{
background-color: #AA6868;
}
</style>
border-color css
<style>
span { border-color: #AA6868; }
span { border-color: rgb(170,104,104); }
td.TdClassName
{
border-color: #AA6868;
}
.TagClassName
{
border-color: #AA6868;
}
</style>