Shades of Coral Tree #AE7866
Tints of Coral Tree #AE7866
RGB
CMYK
RGB Variations
Color information
#AE7866 (or 0xAE7866) is known color: Coral Tree. HEX triplet: AE, 78 and 66. RGB value is (174,120,102). Sum of RGB (Red+Green+Blue) = 174+120+102=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7866 is #518799. Grayscale: #868686. Windows color (decimal): -5343130 or 6715566. OLE color: 6715566.
HSL color Cylindrical-coordinate representation of color #AE7866: hue angle of 15º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE7866 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 120 | 102 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.32 |
| HSL | 15º | 0.31% | 0.54% | - |
| HSV(B) | 15º | 0.41% | 0.68% | - |
| XYZ | 26.57 | 23.39 | 15.68 | - |
| YUV | 134.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 120 | 102 | 0 | 0.31 | 0.41 | 0.32 | 15 | 0.31 | 0.54 |
| Hex | AE | 78 | 66 | 0 | 1F | 29 | 20 | F | 1F | 36 |
| Octal | 256 | 170 | 146 | 0 | 37 | 51 | 40 | 17 | 37 | 66 |
| Binary | 10101110 | 1111000 | 1100110 | 0 | 11111 | 101001 | 100000 | 1111 | 11111 | 110110 |
Color Harmonies of #AE7866
Complementary color
Monochromatic Colors of #AE7866
Black with #AE7866
Text Example
Text Example
White with #AE7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7866; }
p { color: rgb(174,120,102); }
H1.HeaderClassName
{
color: #AE7866;
}
.AnyTagClassName
{
color: #AE7866;
}
</style>
background-color css
<style>
a { background-color: #AE7866; }
a { background-color: rgb(174,120,102); }
div.DivClassName
{
background-color: #AE7866;
}
.BgClassName
{
background-color: #AE7866;
}
</style>
border-color css
<style>
span { border-color: #AE7866; }
span { border-color: rgb(174,120,102); }
td.TdClassName
{
border-color: #AE7866;
}
.TagClassName
{
border-color: #AE7866;
}
</style>