Shades of Coral Tree #AE665D
Tints of Coral Tree #AE665D
RGB
CMYK
RGB Variations
Color information
#AE665D (or 0xAE665D) is known color: Coral Tree. HEX triplet: AE, 66 and 5D. RGB value is (174,102,93). Sum of RGB (Red+Green+Blue) = 174+102+93=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE665D is #5199A2. Grayscale: #7A7A7A. Windows color (decimal): -5347747 or 6121134. OLE color: 6121134.
HSL color Cylindrical-coordinate representation of color #AE665D: hue angle of 6.67º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE665D is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 93 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.32 |
| HSL | 6.67º | 0.33% | 0.52% | - |
| HSV(B) | 6.67º | 0.47% | 0.68% | - |
| XYZ | 24.18 | 19.29 | 12.81 | - |
| YUV | 122.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 93 | 0 | 0.41 | 0.47 | 0.32 | 6.67 | 0.33 | 0.52 |
| Hex | AE | 66 | 5D | 0 | 29 | 2F | 20 | 7 | 21 | 34 |
| Octal | 256 | 146 | 135 | 0 | 51 | 57 | 40 | 7 | 41 | 64 |
| Binary | 10101110 | 1100110 | 1011101 | 0 | 101001 | 101111 | 100000 | 111 | 100001 | 110100 |
Color Harmonies of #AE665D
Complementary color
Monochromatic Colors of #AE665D
Black with #AE665D
Text Example
Text Example
White with #AE665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE665D; }
p { color: rgb(174,102,93); }
H1.HeaderClassName
{
color: #AE665D;
}
.AnyTagClassName
{
color: #AE665D;
}
</style>
background-color css
<style>
a { background-color: #AE665D; }
a { background-color: rgb(174,102,93); }
div.DivClassName
{
background-color: #AE665D;
}
.BgClassName
{
background-color: #AE665D;
}
</style>
border-color css
<style>
span { border-color: #AE665D; }
span { border-color: rgb(174,102,93); }
td.TdClassName
{
border-color: #AE665D;
}
.TagClassName
{
border-color: #AE665D;
}
</style>