Shades of Coral Tree #AE6460
Tints of Coral Tree #AE6460
RGB
CMYK
RGB Variations
Color information
#AE6460 (or 0xAE6460) is known color: Coral Tree. HEX triplet: AE, 64 and 60. RGB value is (174,100,96). Sum of RGB (Red+Green+Blue) = 174+100+96=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6460 is #519B9F. Grayscale: #797979. Windows color (decimal): -5348256 or 6317230. OLE color: 6317230.
HSL color Cylindrical-coordinate representation of color #AE6460: hue angle of 3.08º degrees, saturation: 0.32, 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 #AE6460 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 96 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.32 |
| HSL | 3.08º | 0.33% | 0.53% | - |
| HSV(B) | 3.08º | 0.45% | 0.68% | - |
| XYZ | 24.12 | 18.96 | 13.45 | - |
| YUV | 121.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 96 | 0 | 0.43 | 0.45 | 0.32 | 3.08 | 0.33 | 0.53 |
| Hex | AE | 64 | 60 | 0 | 2B | 2D | 20 | 3 | 20 | 35 |
| Octal | 256 | 144 | 140 | 0 | 53 | 55 | 40 | 3 | 40 | 65 |
| Binary | 10101110 | 1100100 | 1100000 | 0 | 101011 | 101101 | 100000 | 11 | 100000 | 110101 |
Color Harmonies of #AE6460
Complementary color
Monochromatic Colors of #AE6460
Black with #AE6460
Text Example
Text Example
White with #AE6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6460; }
p { color: rgb(174,100,96); }
H1.HeaderClassName
{
color: #AE6460;
}
.AnyTagClassName
{
color: #AE6460;
}
</style>
background-color css
<style>
a { background-color: #AE6460; }
a { background-color: rgb(174,100,96); }
div.DivClassName
{
background-color: #AE6460;
}
.BgClassName
{
background-color: #AE6460;
}
</style>
border-color css
<style>
span { border-color: #AE6460; }
span { border-color: rgb(174,100,96); }
td.TdClassName
{
border-color: #AE6460;
}
.TagClassName
{
border-color: #AE6460;
}
</style>