Shades of Coral Tree #AE6863
Tints of Coral Tree #AE6863
RGB
CMYK
RGB Variations
Color information
#AE6863 (or 0xAE6863) is known color: Coral Tree. HEX triplet: AE, 68 and 63. RGB value is (174,104,99). Sum of RGB (Red+Green+Blue) = 174+104+99=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6863 is #51979C. Grayscale: #7C7C7C. Windows color (decimal): -5347229 or 6514862. OLE color: 6514862.
HSL color Cylindrical-coordinate representation of color #AE6863: hue angle of 4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6863 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 99 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.32 |
| HSL | 4º | 0.32% | 0.54% | - |
| HSV(B) | 4º | 0.43% | 0.68% | - |
| XYZ | 24.66 | 19.8 | 14.33 | - |
| YUV | 124.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 99 | 0 | 0.40 | 0.43 | 0.32 | 4 | 0.32 | 0.54 |
| Hex | AE | 68 | 63 | 0 | 28 | 2B | 20 | 4 | 20 | 36 |
| Octal | 256 | 150 | 143 | 0 | 50 | 53 | 40 | 4 | 40 | 66 |
| Binary | 10101110 | 1101000 | 1100011 | 0 | 101000 | 101011 | 100000 | 100 | 100000 | 110110 |
Color Harmonies of #AE6863
Complementary color
Monochromatic Colors of #AE6863
Black with #AE6863
Text Example
Text Example
White with #AE6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6863; }
p { color: rgb(174,104,99); }
H1.HeaderClassName
{
color: #AE6863;
}
.AnyTagClassName
{
color: #AE6863;
}
</style>
background-color css
<style>
a { background-color: #AE6863; }
a { background-color: rgb(174,104,99); }
div.DivClassName
{
background-color: #AE6863;
}
.BgClassName
{
background-color: #AE6863;
}
</style>
border-color css
<style>
span { border-color: #AE6863; }
span { border-color: rgb(174,104,99); }
td.TdClassName
{
border-color: #AE6863;
}
.TagClassName
{
border-color: #AE6863;
}
</style>