Shades of Coral Tree #AE7160
Tints of Coral Tree #AE7160
RGB
CMYK
RGB Variations
Color information
#AE7160 (or 0xAE7160) is known color: Coral Tree. HEX triplet: AE, 71 and 60. RGB value is (174,113,96). Sum of RGB (Red+Green+Blue) = 174+113+96=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7160 is #518E9F. Grayscale: #818181. Windows color (decimal): -5344928 or 6320558. OLE color: 6320558.
HSL color Cylindrical-coordinate representation of color #AE7160: hue angle of 13.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 #AE7160 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 113 | 96 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.32 |
| HSL | 13.08º | 0.33% | 0.53% | - |
| HSV(B) | 13.08º | 0.45% | 0.68% | - |
| XYZ | 25.47 | 21.65 | 13.9 | - |
| YUV | 129.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 113 | 96 | 0 | 0.35 | 0.45 | 0.32 | 13.08 | 0.33 | 0.53 |
| Hex | AE | 71 | 60 | 0 | 23 | 2D | 20 | D | 20 | 35 |
| Octal | 256 | 161 | 140 | 0 | 43 | 55 | 40 | 15 | 40 | 65 |
| Binary | 10101110 | 1110001 | 1100000 | 0 | 100011 | 101101 | 100000 | 1101 | 100000 | 110101 |
Color Harmonies of #AE7160
Complementary color
Monochromatic Colors of #AE7160
Black with #AE7160
Text Example
Text Example
White with #AE7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7160; }
p { color: rgb(174,113,96); }
H1.HeaderClassName
{
color: #AE7160;
}
.AnyTagClassName
{
color: #AE7160;
}
</style>
background-color css
<style>
a { background-color: #AE7160; }
a { background-color: rgb(174,113,96); }
div.DivClassName
{
background-color: #AE7160;
}
.BgClassName
{
background-color: #AE7160;
}
</style>
border-color css
<style>
span { border-color: #AE7160; }
span { border-color: rgb(174,113,96); }
td.TdClassName
{
border-color: #AE7160;
}
.TagClassName
{
border-color: #AE7160;
}
</style>