Shades of Coral Tree #AE665B
Tints of Coral Tree #AE665B
RGB
CMYK
RGB Variations
Color information
#AE665B (or 0xAE665B) is known color: Coral Tree. HEX triplet: AE, 66 and 5B. RGB value is (174,102,91). Sum of RGB (Red+Green+Blue) = 174+102+91=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE665B is #5199A4. Grayscale: #7A7A7A. Windows color (decimal): -5347749 or 5990062. OLE color: 5990062.
HSL color Cylindrical-coordinate representation of color #AE665B: hue angle of 7.95º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE665B is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 91 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.32 |
| HSL | 7.95º | 0.34% | 0.52% | - |
| HSV(B) | 7.95º | 0.48% | 0.68% | - |
| XYZ | 24.1 | 19.26 | 12.34 | - |
| YUV | 122.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 91 | 0 | 0.41 | 0.48 | 0.32 | 7.95 | 0.34 | 0.52 |
| Hex | AE | 66 | 5B | 0 | 29 | 30 | 20 | 8 | 22 | 34 |
| Octal | 256 | 146 | 133 | 0 | 51 | 60 | 40 | 10 | 42 | 64 |
| Binary | 10101110 | 1100110 | 1011011 | 0 | 101001 | 110000 | 100000 | 1000 | 100010 | 110100 |
Color Harmonies of #AE665B
Complementary color
Monochromatic Colors of #AE665B
Black with #AE665B
Text Example
Text Example
White with #AE665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE665B; }
p { color: rgb(174,102,91); }
H1.HeaderClassName
{
color: #AE665B;
}
.AnyTagClassName
{
color: #AE665B;
}
</style>
background-color css
<style>
a { background-color: #AE665B; }
a { background-color: rgb(174,102,91); }
div.DivClassName
{
background-color: #AE665B;
}
.BgClassName
{
background-color: #AE665B;
}
</style>
border-color css
<style>
span { border-color: #AE665B; }
span { border-color: rgb(174,102,91); }
td.TdClassName
{
border-color: #AE665B;
}
.TagClassName
{
border-color: #AE665B;
}
</style>