Shades of Coral Tree #AE7564
Tints of Coral Tree #AE7564
RGB
CMYK
RGB Variations
Color information
#AE7564 (or 0xAE7564) is known color: Coral Tree. HEX triplet: AE, 75 and 64. RGB value is (174,117,100). Sum of RGB (Red+Green+Blue) = 174+117+100=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7564 is #518A9B. Grayscale: #848484. Windows color (decimal): -5343900 or 6583726. OLE color: 6583726.
HSL color Cylindrical-coordinate representation of color #AE7564: hue angle of 13.78º 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 #AE7564 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 100 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.32 |
| HSL | 13.78º | 0.31% | 0.54% | - |
| HSV(B) | 13.78º | 0.43% | 0.68% | - |
| XYZ | 26.12 | 22.64 | 15.05 | - |
| YUV | 132.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 100 | 0 | 0.33 | 0.43 | 0.32 | 13.78 | 0.31 | 0.54 |
| Hex | AE | 75 | 64 | 0 | 21 | 2B | 20 | E | 1F | 36 |
| Octal | 256 | 165 | 144 | 0 | 41 | 53 | 40 | 16 | 37 | 66 |
| Binary | 10101110 | 1110101 | 1100100 | 0 | 100001 | 101011 | 100000 | 1110 | 11111 | 110110 |
Color Harmonies of #AE7564
Complementary color
Monochromatic Colors of #AE7564
Black with #AE7564
Text Example
Text Example
White with #AE7564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7564; }
p { color: rgb(174,117,100); }
H1.HeaderClassName
{
color: #AE7564;
}
.AnyTagClassName
{
color: #AE7564;
}
</style>
background-color css
<style>
a { background-color: #AE7564; }
a { background-color: rgb(174,117,100); }
div.DivClassName
{
background-color: #AE7564;
}
.BgClassName
{
background-color: #AE7564;
}
</style>
border-color css
<style>
span { border-color: #AE7564; }
span { border-color: rgb(174,117,100); }
td.TdClassName
{
border-color: #AE7564;
}
.TagClassName
{
border-color: #AE7564;
}
</style>