Shades of Coral Tree #AE6862
Tints of Coral Tree #AE6862
RGB
CMYK
RGB Variations
Color information
#AE6862 (or 0xAE6862) is known color: Coral Tree. HEX triplet: AE, 68 and 62. RGB value is (174,104,98). Sum of RGB (Red+Green+Blue) = 174+104+98=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6862 is #51979D. Grayscale: #7C7C7C. Windows color (decimal): -5347230 or 6449326. OLE color: 6449326.
HSL color Cylindrical-coordinate representation of color #AE6862: hue angle of 4.74º 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 #AE6862 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 98 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.32 |
| HSL | 4.74º | 0.32% | 0.53% | - |
| HSV(B) | 4.74º | 0.44% | 0.68% | - |
| XYZ | 24.61 | 19.78 | 14.08 | - |
| YUV | 124.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 98 | 0 | 0.40 | 0.44 | 0.32 | 4.74 | 0.32 | 0.53 |
| Hex | AE | 68 | 62 | 0 | 28 | 2C | 20 | 5 | 20 | 35 |
| Octal | 256 | 150 | 142 | 0 | 50 | 54 | 40 | 5 | 40 | 65 |
| Binary | 10101110 | 1101000 | 1100010 | 0 | 101000 | 101100 | 100000 | 101 | 100000 | 110101 |
Color Harmonies of #AE6862
Complementary color
Monochromatic Colors of #AE6862
Black with #AE6862
Text Example
Text Example
White with #AE6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6862; }
p { color: rgb(174,104,98); }
H1.HeaderClassName
{
color: #AE6862;
}
.AnyTagClassName
{
color: #AE6862;
}
</style>
background-color css
<style>
a { background-color: #AE6862; }
a { background-color: rgb(174,104,98); }
div.DivClassName
{
background-color: #AE6862;
}
.BgClassName
{
background-color: #AE6862;
}
</style>
border-color css
<style>
span { border-color: #AE6862; }
span { border-color: rgb(174,104,98); }
td.TdClassName
{
border-color: #AE6862;
}
.TagClassName
{
border-color: #AE6862;
}
</style>