Shades of Coral Tree #AE6C67
Tints of Coral Tree #AE6C67
RGB
CMYK
RGB Variations
Color information
#AE6C67 (or 0xAE6C67) is known color: Coral Tree. HEX triplet: AE, 6C and 67. RGB value is (174,108,103). Sum of RGB (Red+Green+Blue) = 174+108+103=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6C67 is #519398. Grayscale: #7F7F7F. Windows color (decimal): -5346201 or 6778030. OLE color: 6778030.
HSL color Cylindrical-coordinate representation of color #AE6C67: hue angle of 4.23º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE6C67 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 108 | 103 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.32 |
| HSL | 4.23º | 0.3% | 0.54% | - |
| HSV(B) | 4.23º | 0.41% | 0.68% | - |
| XYZ | 25.27 | 20.7 | 15.5 | - |
| YUV | 127.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 108 | 103 | 0 | 0.38 | 0.41 | 0.32 | 4.23 | 0.3 | 0.54 |
| Hex | AE | 6C | 67 | 0 | 26 | 29 | 20 | 4 | 1E | 36 |
| Octal | 256 | 154 | 147 | 0 | 46 | 51 | 40 | 4 | 36 | 66 |
| Binary | 10101110 | 1101100 | 1100111 | 0 | 100110 | 101001 | 100000 | 100 | 11110 | 110110 |
Color Harmonies of #AE6C67
Complementary color
Monochromatic Colors of #AE6C67
Black with #AE6C67
Text Example
Text Example
White with #AE6C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6C67; }
p { color: rgb(174,108,103); }
H1.HeaderClassName
{
color: #AE6C67;
}
.AnyTagClassName
{
color: #AE6C67;
}
</style>
background-color css
<style>
a { background-color: #AE6C67; }
a { background-color: rgb(174,108,103); }
div.DivClassName
{
background-color: #AE6C67;
}
.BgClassName
{
background-color: #AE6C67;
}
</style>
border-color css
<style>
span { border-color: #AE6C67; }
span { border-color: rgb(174,108,103); }
td.TdClassName
{
border-color: #AE6C67;
}
.TagClassName
{
border-color: #AE6C67;
}
</style>