Shades of Coral Tree #AE746C
Tints of Coral Tree #AE746C
RGB
CMYK
RGB Variations
Color information
#AE746C (or 0xAE746C) is known color: Coral Tree. HEX triplet: AE, 74 and 6C. RGB value is (174,116,108). Sum of RGB (Red+Green+Blue) = 174+116+108=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE746C is #518B93. Grayscale: #848484. Windows color (decimal): -5344148 or 7107758. OLE color: 7107758.
HSL color Cylindrical-coordinate representation of color #AE746C: hue angle of 7.27º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE746C is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 108 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.32 |
| HSL | 7.27º | 0.29% | 0.55% | - |
| HSV(B) | 7.27º | 0.38% | 0.68% | - |
| XYZ | 26.41 | 22.57 | 17.15 | - |
| YUV | 132.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 108 | 0 | 0.33 | 0.38 | 0.32 | 7.27 | 0.29 | 0.55 |
| Hex | AE | 74 | 6C | 0 | 21 | 26 | 20 | 7 | 1D | 37 |
| Octal | 256 | 164 | 154 | 0 | 41 | 46 | 40 | 7 | 35 | 67 |
| Binary | 10101110 | 1110100 | 1101100 | 0 | 100001 | 100110 | 100000 | 111 | 11101 | 110111 |
Color Harmonies of #AE746C
Complementary color
Monochromatic Colors of #AE746C
Black with #AE746C
Text Example
Text Example
White with #AE746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE746C; }
p { color: rgb(174,116,108); }
H1.HeaderClassName
{
color: #AE746C;
}
.AnyTagClassName
{
color: #AE746C;
}
</style>
background-color css
<style>
a { background-color: #AE746C; }
a { background-color: rgb(174,116,108); }
div.DivClassName
{
background-color: #AE746C;
}
.BgClassName
{
background-color: #AE746C;
}
</style>
border-color css
<style>
span { border-color: #AE746C; }
span { border-color: rgb(174,116,108); }
td.TdClassName
{
border-color: #AE746C;
}
.TagClassName
{
border-color: #AE746C;
}
</style>