Shades of Coral Tree #AE6C5E
Tints of Coral Tree #AE6C5E
RGB
CMYK
RGB Variations
Color information
#AE6C5E (or 0xAE6C5E) is known color: Coral Tree. HEX triplet: AE, 6C and 5E. RGB value is (174,108,94). Sum of RGB (Red+Green+Blue) = 174+108+94=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6C5E is #5193A1. Grayscale: #7E7E7E. Windows color (decimal): -5346210 or 6188206. OLE color: 6188206.
HSL color Cylindrical-coordinate representation of color #AE6C5E: hue angle of 10.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE6C5E is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 108 | 94 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.32 |
| HSL | 10.5º | 0.33% | 0.53% | - |
| HSV(B) | 10.5º | 0.46% | 0.68% | - |
| XYZ | 24.84 | 20.53 | 13.24 | - |
| YUV | 126.14 | 109.87 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 108 | 94 | 0 | 0.38 | 0.46 | 0.32 | 10.5 | 0.33 | 0.53 |
| Hex | AE | 6C | 5E | 0 | 26 | 2E | 20 | A | 21 | 35 |
| Octal | 256 | 154 | 136 | 0 | 46 | 56 | 40 | 12 | 41 | 65 |
| Binary | 10101110 | 1101100 | 1011110 | 0 | 100110 | 101110 | 100000 | 1010 | 100001 | 110101 |
Color Harmonies of #AE6C5E
Complementary color
Monochromatic Colors of #AE6C5E
Black with #AE6C5E
Text Example
Text Example
White with #AE6C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6C5E; }
p { color: rgb(174,108,94); }
H1.HeaderClassName
{
color: #AE6C5E;
}
.AnyTagClassName
{
color: #AE6C5E;
}
</style>
background-color css
<style>
a { background-color: #AE6C5E; }
a { background-color: rgb(174,108,94); }
div.DivClassName
{
background-color: #AE6C5E;
}
.BgClassName
{
background-color: #AE6C5E;
}
</style>
border-color css
<style>
span { border-color: #AE6C5E; }
span { border-color: rgb(174,108,94); }
td.TdClassName
{
border-color: #AE6C5E;
}
.TagClassName
{
border-color: #AE6C5E;
}
</style>