Shades of Coral Tree #AE6564
Tints of Coral Tree #AE6564
RGB
CMYK
RGB Variations
Color information
#AE6564 (or 0xAE6564) is known color: Coral Tree. HEX triplet: AE, 65 and 64. RGB value is (174,101,100). Sum of RGB (Red+Green+Blue) = 174+101+100=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6564 is #519A9B. Grayscale: #7A7A7A. Windows color (decimal): -5347996 or 6579630. OLE color: 6579630.
HSL color Cylindrical-coordinate representation of color #AE6564: hue angle of 0.81º 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 #AE6564 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 100 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.32 |
| HSL | 0.81º | 0.31% | 0.54% | - |
| HSV(B) | 0.81º | 0.43% | 0.68% | - |
| XYZ | 24.41 | 19.23 | 14.48 | - |
| YUV | 122.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 100 | 0 | 0.42 | 0.43 | 0.32 | 0.81 | 0.31 | 0.54 |
| Hex | AE | 65 | 64 | 0 | 2A | 2B | 20 | 1 | 1F | 36 |
| Octal | 256 | 145 | 144 | 0 | 52 | 53 | 40 | 1 | 37 | 66 |
| Binary | 10101110 | 1100101 | 1100100 | 0 | 101010 | 101011 | 100000 | 1 | 11111 | 110110 |
Color Harmonies of #AE6564
Complementary color
Monochromatic Colors of #AE6564
Black with #AE6564
Text Example
Text Example
White with #AE6564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6564; }
p { color: rgb(174,101,100); }
H1.HeaderClassName
{
color: #AE6564;
}
.AnyTagClassName
{
color: #AE6564;
}
</style>
background-color css
<style>
a { background-color: #AE6564; }
a { background-color: rgb(174,101,100); }
div.DivClassName
{
background-color: #AE6564;
}
.BgClassName
{
background-color: #AE6564;
}
</style>
border-color css
<style>
span { border-color: #AE6564; }
span { border-color: rgb(174,101,100); }
td.TdClassName
{
border-color: #AE6564;
}
.TagClassName
{
border-color: #AE6564;
}
</style>