Shades of Coral Tree #AE665E
Tints of Coral Tree #AE665E
RGB
CMYK
RGB Variations
Color information
#AE665E (or 0xAE665E) is known color: Coral Tree. HEX triplet: AE, 66 and 5E. RGB value is (174,102,94). Sum of RGB (Red+Green+Blue) = 174+102+94=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE665E is #5199A1. Grayscale: #7A7A7A. Windows color (decimal): -5347746 or 6186670. OLE color: 6186670.
HSL color Cylindrical-coordinate representation of color #AE665E: hue angle of 6º 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 #AE665E is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 94 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.32 |
| HSL | 6º | 0.33% | 0.53% | - |
| HSV(B) | 6º | 0.46% | 0.68% | - |
| XYZ | 24.23 | 19.31 | 13.04 | - |
| YUV | 122.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 94 | 0 | 0.41 | 0.46 | 0.32 | 6 | 0.33 | 0.53 |
| Hex | AE | 66 | 5E | 0 | 29 | 2E | 20 | 6 | 21 | 35 |
| Octal | 256 | 146 | 136 | 0 | 51 | 56 | 40 | 6 | 41 | 65 |
| Binary | 10101110 | 1100110 | 1011110 | 0 | 101001 | 101110 | 100000 | 110 | 100001 | 110101 |
Color Harmonies of #AE665E
Complementary color
Monochromatic Colors of #AE665E
Black with #AE665E
Text Example
Text Example
White with #AE665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE665E; }
p { color: rgb(174,102,94); }
H1.HeaderClassName
{
color: #AE665E;
}
.AnyTagClassName
{
color: #AE665E;
}
</style>
background-color css
<style>
a { background-color: #AE665E; }
a { background-color: rgb(174,102,94); }
div.DivClassName
{
background-color: #AE665E;
}
.BgClassName
{
background-color: #AE665E;
}
</style>
border-color css
<style>
span { border-color: #AE665E; }
span { border-color: rgb(174,102,94); }
td.TdClassName
{
border-color: #AE665E;
}
.TagClassName
{
border-color: #AE665E;
}
</style>