Shades of Coral Tree #AE665F
Tints of Coral Tree #AE665F
RGB
CMYK
RGB Variations
Color information
#AE665F (or 0xAE665F) is known color: Coral Tree. HEX triplet: AE, 66 and 5F. RGB value is (174,102,95). Sum of RGB (Red+Green+Blue) = 174+102+95=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE665F is #5199A0. Grayscale: #7A7A7A. Windows color (decimal): -5347745 or 6252206. OLE color: 6252206.
HSL color Cylindrical-coordinate representation of color #AE665F: hue angle of 5.32º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE665F is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 95 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.32 |
| HSL | 5.32º | 0.33% | 0.53% | - |
| HSV(B) | 5.32º | 0.45% | 0.68% | - |
| XYZ | 24.27 | 19.33 | 13.28 | - |
| YUV | 122.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 95 | 0 | 0.41 | 0.45 | 0.32 | 5.32 | 0.33 | 0.53 |
| Hex | AE | 66 | 5F | 0 | 29 | 2D | 20 | 5 | 21 | 35 |
| Octal | 256 | 146 | 137 | 0 | 51 | 55 | 40 | 5 | 41 | 65 |
| Binary | 10101110 | 1100110 | 1011111 | 0 | 101001 | 101101 | 100000 | 101 | 100001 | 110101 |
Color Harmonies of #AE665F
Complementary color
Monochromatic Colors of #AE665F
Black with #AE665F
Text Example
Text Example
White with #AE665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE665F; }
p { color: rgb(174,102,95); }
H1.HeaderClassName
{
color: #AE665F;
}
.AnyTagClassName
{
color: #AE665F;
}
</style>
background-color css
<style>
a { background-color: #AE665F; }
a { background-color: rgb(174,102,95); }
div.DivClassName
{
background-color: #AE665F;
}
.BgClassName
{
background-color: #AE665F;
}
</style>
border-color css
<style>
span { border-color: #AE665F; }
span { border-color: rgb(174,102,95); }
td.TdClassName
{
border-color: #AE665F;
}
.TagClassName
{
border-color: #AE665F;
}
</style>