Shades of Coral Tree #AE6664
Tints of Coral Tree #AE6664
RGB
CMYK
RGB Variations
Color information
#AE6664 (or 0xAE6664) is known color: Coral Tree. HEX triplet: AE, 66 and 64. RGB value is (174,102,100). Sum of RGB (Red+Green+Blue) = 174+102+100=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6664 is #51999B. Grayscale: #7B7B7B. Windows color (decimal): -5347740 or 6579886. OLE color: 6579886.
HSL color Cylindrical-coordinate representation of color #AE6664: hue angle of 1.62º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6664 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 100 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.32 |
| HSL | 1.62º | 0.31% | 0.54% | - |
| HSV(B) | 1.62º | 0.43% | 0.68% | - |
| XYZ | 24.51 | 19.42 | 14.51 | - |
| YUV | 123.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 100 | 0 | 0.41 | 0.43 | 0.32 | 1.62 | 0.31 | 0.54 |
| Hex | AE | 66 | 64 | 0 | 29 | 2B | 20 | 2 | 1F | 36 |
| Octal | 256 | 146 | 144 | 0 | 51 | 53 | 40 | 2 | 37 | 66 |
| Binary | 10101110 | 1100110 | 1100100 | 0 | 101001 | 101011 | 100000 | 10 | 11111 | 110110 |
Color Harmonies of #AE6664
Complementary color
Monochromatic Colors of #AE6664
Black with #AE6664
Text Example
Text Example
White with #AE6664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6664; }
p { color: rgb(174,102,100); }
H1.HeaderClassName
{
color: #AE6664;
}
.AnyTagClassName
{
color: #AE6664;
}
</style>
background-color css
<style>
a { background-color: #AE6664; }
a { background-color: rgb(174,102,100); }
div.DivClassName
{
background-color: #AE6664;
}
.BgClassName
{
background-color: #AE6664;
}
</style>
border-color css
<style>
span { border-color: #AE6664; }
span { border-color: rgb(174,102,100); }
td.TdClassName
{
border-color: #AE6664;
}
.TagClassName
{
border-color: #AE6664;
}
</style>