Shades of Coral Tree #AE746D
Tints of Coral Tree #AE746D
RGB
CMYK
RGB Variations
Color information
#AE746D (or 0xAE746D) is known color: Coral Tree. HEX triplet: AE, 74 and 6D. RGB value is (174,116,109). Sum of RGB (Red+Green+Blue) = 174+116+109=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE746D is #518B92. Grayscale: #848484. Windows color (decimal): -5344147 or 7173294. OLE color: 7173294.
HSL color Cylindrical-coordinate representation of color #AE746D: hue angle of 6.46º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE746D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 109 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.32 |
| HSL | 6.46º | 0.29% | 0.55% | - |
| HSV(B) | 6.46º | 0.37% | 0.68% | - |
| XYZ | 26.46 | 22.59 | 17.43 | - |
| YUV | 132.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 109 | 0 | 0.33 | 0.37 | 0.32 | 6.46 | 0.29 | 0.55 |
| Hex | AE | 74 | 6D | 0 | 21 | 25 | 20 | 6 | 1D | 37 |
| Octal | 256 | 164 | 155 | 0 | 41 | 45 | 40 | 6 | 35 | 67 |
| Binary | 10101110 | 1110100 | 1101101 | 0 | 100001 | 100101 | 100000 | 110 | 11101 | 110111 |
Color Harmonies of #AE746D
Complementary color
Monochromatic Colors of #AE746D
Black with #AE746D
Text Example
Text Example
White with #AE746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE746D; }
p { color: rgb(174,116,109); }
H1.HeaderClassName
{
color: #AE746D;
}
.AnyTagClassName
{
color: #AE746D;
}
</style>
background-color css
<style>
a { background-color: #AE746D; }
a { background-color: rgb(174,116,109); }
div.DivClassName
{
background-color: #AE746D;
}
.BgClassName
{
background-color: #AE746D;
}
</style>
border-color css
<style>
span { border-color: #AE746D; }
span { border-color: rgb(174,116,109); }
td.TdClassName
{
border-color: #AE746D;
}
.TagClassName
{
border-color: #AE746D;
}
</style>