Shades of Coral Tree #AE7462
Tints of Coral Tree #AE7462
RGB
CMYK
RGB Variations
Color information
#AE7462 (or 0xAE7462) is known color: Coral Tree. HEX triplet: AE, 74 and 62. RGB value is (174,116,98). Sum of RGB (Red+Green+Blue) = 174+116+98=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7462 is #518B9D. Grayscale: #838383. Windows color (decimal): -5344158 or 6452398. OLE color: 6452398.
HSL color Cylindrical-coordinate representation of color #AE7462: hue angle of 14.21º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE7462 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 98 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.32 |
| HSL | 14.21º | 0.32% | 0.53% | - |
| HSV(B) | 14.21º | 0.44% | 0.68% | - |
| XYZ | 25.91 | 22.37 | 14.51 | - |
| YUV | 131.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 98 | 0 | 0.33 | 0.44 | 0.32 | 14.21 | 0.32 | 0.53 |
| Hex | AE | 74 | 62 | 0 | 21 | 2C | 20 | E | 20 | 35 |
| Octal | 256 | 164 | 142 | 0 | 41 | 54 | 40 | 16 | 40 | 65 |
| Binary | 10101110 | 1110100 | 1100010 | 0 | 100001 | 101100 | 100000 | 1110 | 100000 | 110101 |
Color Harmonies of #AE7462
Complementary color
Monochromatic Colors of #AE7462
Black with #AE7462
Text Example
Text Example
White with #AE7462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7462; }
p { color: rgb(174,116,98); }
H1.HeaderClassName
{
color: #AE7462;
}
.AnyTagClassName
{
color: #AE7462;
}
</style>
background-color css
<style>
a { background-color: #AE7462; }
a { background-color: rgb(174,116,98); }
div.DivClassName
{
background-color: #AE7462;
}
.BgClassName
{
background-color: #AE7462;
}
</style>
border-color css
<style>
span { border-color: #AE7462; }
span { border-color: rgb(174,116,98); }
td.TdClassName
{
border-color: #AE7462;
}
.TagClassName
{
border-color: #AE7462;
}
</style>