Shades of Coral Tree #AE6F5E
Tints of Coral Tree #AE6F5E
RGB
CMYK
RGB Variations
Color information
#AE6F5E (or 0xAE6F5E) is known color: Coral Tree. HEX triplet: AE, 6F and 5E. RGB value is (174,111,94). Sum of RGB (Red+Green+Blue) = 174+111+94=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6F5E is #5190A1. Grayscale: #808080. Windows color (decimal): -5345442 or 6188974. OLE color: 6188974.
HSL color Cylindrical-coordinate representation of color #AE6F5E: hue angle of 12.75º 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 #AE6F5E is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 111 | 94 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.32 |
| HSL | 12.75º | 0.33% | 0.53% | - |
| HSV(B) | 12.75º | 0.46% | 0.68% | - |
| XYZ | 25.16 | 21.18 | 13.35 | - |
| YUV | 127.9 | 108.87 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 94 | 0 | 0.36 | 0.46 | 0.32 | 12.75 | 0.33 | 0.53 |
| Hex | AE | 6F | 5E | 0 | 24 | 2E | 20 | D | 21 | 35 |
| Octal | 256 | 157 | 136 | 0 | 44 | 56 | 40 | 15 | 41 | 65 |
| Binary | 10101110 | 1101111 | 1011110 | 0 | 100100 | 101110 | 100000 | 1101 | 100001 | 110101 |
Color Harmonies of #AE6F5E
Complementary color
Monochromatic Colors of #AE6F5E
Black with #AE6F5E
Text Example
Text Example
White with #AE6F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6F5E; }
p { color: rgb(174,111,94); }
H1.HeaderClassName
{
color: #AE6F5E;
}
.AnyTagClassName
{
color: #AE6F5E;
}
</style>
background-color css
<style>
a { background-color: #AE6F5E; }
a { background-color: rgb(174,111,94); }
div.DivClassName
{
background-color: #AE6F5E;
}
.BgClassName
{
background-color: #AE6F5E;
}
</style>
border-color css
<style>
span { border-color: #AE6F5E; }
span { border-color: rgb(174,111,94); }
td.TdClassName
{
border-color: #AE6F5E;
}
.TagClassName
{
border-color: #AE6F5E;
}
</style>