Shades of Coral Tree #AE6C68
Tints of Coral Tree #AE6C68
RGB
CMYK
RGB Variations
Color information
#AE6C68 (or 0xAE6C68) is known color: Coral Tree. HEX triplet: AE, 6C and 68. RGB value is (174,108,104). Sum of RGB (Red+Green+Blue) = 174+108+104=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6C68 is #519397. Grayscale: #7F7F7F. Windows color (decimal): -5346200 or 6843566. OLE color: 6843566.
HSL color Cylindrical-coordinate representation of color #AE6C68: hue angle of 3.43º 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 #AE6C68 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 108 | 104 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.32 |
| HSL | 3.43º | 0.3% | 0.55% | - |
| HSV(B) | 3.43º | 0.4% | 0.68% | - |
| XYZ | 25.32 | 20.72 | 15.76 | - |
| YUV | 127.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 108 | 104 | 0 | 0.38 | 0.40 | 0.32 | 3.43 | 0.3 | 0.55 |
| Hex | AE | 6C | 68 | 0 | 26 | 28 | 20 | 3 | 1E | 37 |
| Octal | 256 | 154 | 150 | 0 | 46 | 50 | 40 | 3 | 36 | 67 |
| Binary | 10101110 | 1101100 | 1101000 | 0 | 100110 | 101000 | 100000 | 11 | 11110 | 110111 |
Color Harmonies of #AE6C68
Complementary color
Monochromatic Colors of #AE6C68
Black with #AE6C68
Text Example
Text Example
White with #AE6C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6C68; }
p { color: rgb(174,108,104); }
H1.HeaderClassName
{
color: #AE6C68;
}
.AnyTagClassName
{
color: #AE6C68;
}
</style>
background-color css
<style>
a { background-color: #AE6C68; }
a { background-color: rgb(174,108,104); }
div.DivClassName
{
background-color: #AE6C68;
}
.BgClassName
{
background-color: #AE6C68;
}
</style>
border-color css
<style>
span { border-color: #AE6C68; }
span { border-color: rgb(174,108,104); }
td.TdClassName
{
border-color: #AE6C68;
}
.TagClassName
{
border-color: #AE6C68;
}
</style>