Shades of Coral Tree #AE6D65
Tints of Coral Tree #AE6D65
RGB
CMYK
RGB Variations
Color information
#AE6D65 (or 0xAE6D65) is known color: Coral Tree. HEX triplet: AE, 6D and 65. RGB value is (174,109,101). Sum of RGB (Red+Green+Blue) = 174+109+101=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6D65 is #51929A. Grayscale: #7F7F7F. Windows color (decimal): -5345947 or 6647214. OLE color: 6647214.
HSL color Cylindrical-coordinate representation of color #AE6D65: hue angle of 6.58º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE6D65 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 109 | 101 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.32 |
| HSL | 6.58º | 0.31% | 0.54% | - |
| HSV(B) | 6.58º | 0.42% | 0.68% | - |
| XYZ | 25.27 | 20.88 | 15.01 | - |
| YUV | 127.52 | 113.03 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 109 | 101 | 0 | 0.37 | 0.42 | 0.32 | 6.58 | 0.31 | 0.54 |
| Hex | AE | 6D | 65 | 0 | 25 | 2A | 20 | 7 | 1F | 36 |
| Octal | 256 | 155 | 145 | 0 | 45 | 52 | 40 | 7 | 37 | 66 |
| Binary | 10101110 | 1101101 | 1100101 | 0 | 100101 | 101010 | 100000 | 111 | 11111 | 110110 |
Color Harmonies of #AE6D65
Complementary color
Monochromatic Colors of #AE6D65
Black with #AE6D65
Text Example
Text Example
White with #AE6D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6D65; }
p { color: rgb(174,109,101); }
H1.HeaderClassName
{
color: #AE6D65;
}
.AnyTagClassName
{
color: #AE6D65;
}
</style>
background-color css
<style>
a { background-color: #AE6D65; }
a { background-color: rgb(174,109,101); }
div.DivClassName
{
background-color: #AE6D65;
}
.BgClassName
{
background-color: #AE6D65;
}
</style>
border-color css
<style>
span { border-color: #AE6D65; }
span { border-color: rgb(174,109,101); }
td.TdClassName
{
border-color: #AE6D65;
}
.TagClassName
{
border-color: #AE6D65;
}
</style>