Shades of Coral Tree #AE7768
Tints of Coral Tree #AE7768
RGB
CMYK
RGB Variations
Color information
#AE7768 (or 0xAE7768) is known color: Coral Tree. HEX triplet: AE, 77 and 68. RGB value is (174,119,104). Sum of RGB (Red+Green+Blue) = 174+119+104=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7768 is #518897. Grayscale: #858585. Windows color (decimal): -5343384 or 6846382. OLE color: 6846382.
HSL color Cylindrical-coordinate representation of color #AE7768: hue angle of 12.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE7768 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 119 | 104 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.32 |
| HSL | 12.86º | 0.3% | 0.55% | - |
| HSV(B) | 12.86º | 0.4% | 0.68% | - |
| XYZ | 26.55 | 23.19 | 16.17 | - |
| YUV | 133.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 104 | 0 | 0.32 | 0.40 | 0.32 | 12.86 | 0.3 | 0.55 |
| Hex | AE | 77 | 68 | 0 | 20 | 28 | 20 | D | 1E | 37 |
| Octal | 256 | 167 | 150 | 0 | 40 | 50 | 40 | 15 | 36 | 67 |
| Binary | 10101110 | 1110111 | 1101000 | 0 | 100000 | 101000 | 100000 | 1101 | 11110 | 110111 |
Color Harmonies of #AE7768
Complementary color
Monochromatic Colors of #AE7768
Black with #AE7768
Text Example
Text Example
White with #AE7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7768; }
p { color: rgb(174,119,104); }
H1.HeaderClassName
{
color: #AE7768;
}
.AnyTagClassName
{
color: #AE7768;
}
</style>
background-color css
<style>
a { background-color: #AE7768; }
a { background-color: rgb(174,119,104); }
div.DivClassName
{
background-color: #AE7768;
}
.BgClassName
{
background-color: #AE7768;
}
</style>
border-color css
<style>
span { border-color: #AE7768; }
span { border-color: rgb(174,119,104); }
td.TdClassName
{
border-color: #AE7768;
}
.TagClassName
{
border-color: #AE7768;
}
</style>