Shades of Coral Tree #AE6E5E
Tints of Coral Tree #AE6E5E
RGB
CMYK
RGB Variations
Color information
#AE6E5E (or 0xAE6E5E) is known color: Coral Tree. HEX triplet: AE, 6E and 5E. RGB value is (174,110,94). Sum of RGB (Red+Green+Blue) = 174+110+94=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E5E is #5191A1. Grayscale: #7F7F7F. Windows color (decimal): -5345698 or 6188718. OLE color: 6188718.
HSL color Cylindrical-coordinate representation of color #AE6E5E: hue angle of 12º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE6E5E is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 110 | 94 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.32 |
| HSL | 12º | 0.33% | 0.53% | - |
| HSV(B) | 12º | 0.46% | 0.68% | - |
| XYZ | 25.05 | 20.96 | 13.31 | - |
| YUV | 127.31 | 109.2 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 110 | 94 | 0 | 0.37 | 0.46 | 0.32 | 12 | 0.33 | 0.53 |
| Hex | AE | 6E | 5E | 0 | 25 | 2E | 20 | C | 21 | 35 |
| Octal | 256 | 156 | 136 | 0 | 45 | 56 | 40 | 14 | 41 | 65 |
| Binary | 10101110 | 1101110 | 1011110 | 0 | 100101 | 101110 | 100000 | 1100 | 100001 | 110101 |
Color Harmonies of #AE6E5E
Complementary color
Monochromatic Colors of #AE6E5E
Black with #AE6E5E
Text Example
Text Example
White with #AE6E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6E5E; }
p { color: rgb(174,110,94); }
H1.HeaderClassName
{
color: #AE6E5E;
}
.AnyTagClassName
{
color: #AE6E5E;
}
</style>
background-color css
<style>
a { background-color: #AE6E5E; }
a { background-color: rgb(174,110,94); }
div.DivClassName
{
background-color: #AE6E5E;
}
.BgClassName
{
background-color: #AE6E5E;
}
</style>
border-color css
<style>
span { border-color: #AE6E5E; }
span { border-color: rgb(174,110,94); }
td.TdClassName
{
border-color: #AE6E5E;
}
.TagClassName
{
border-color: #AE6E5E;
}
</style>