Shades of Coral Tree #AE7266
Tints of Coral Tree #AE7266
RGB
CMYK
RGB Variations
Color information
#AE7266 (or 0xAE7266) is known color: Coral Tree. HEX triplet: AE, 72 and 66. RGB value is (174,114,102). Sum of RGB (Red+Green+Blue) = 174+114+102=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7266 is #518D99. Grayscale: #828282. Windows color (decimal): -5344666 or 6714030. OLE color: 6714030.
HSL color Cylindrical-coordinate representation of color #AE7266: hue angle of 10º degrees, saturation: 0.31, 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 #AE7266 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 102 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.32 |
| HSL | 10º | 0.31% | 0.54% | - |
| HSV(B) | 10º | 0.41% | 0.68% | - |
| XYZ | 25.87 | 21.99 | 15.45 | - |
| YUV | 130.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 102 | 0 | 0.34 | 0.41 | 0.32 | 10 | 0.31 | 0.54 |
| Hex | AE | 72 | 66 | 0 | 22 | 29 | 20 | A | 1F | 36 |
| Octal | 256 | 162 | 146 | 0 | 42 | 51 | 40 | 12 | 37 | 66 |
| Binary | 10101110 | 1110010 | 1100110 | 0 | 100010 | 101001 | 100000 | 1010 | 11111 | 110110 |
Color Harmonies of #AE7266
Complementary color
Monochromatic Colors of #AE7266
Black with #AE7266
Text Example
Text Example
White with #AE7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7266; }
p { color: rgb(174,114,102); }
H1.HeaderClassName
{
color: #AE7266;
}
.AnyTagClassName
{
color: #AE7266;
}
</style>
background-color css
<style>
a { background-color: #AE7266; }
a { background-color: rgb(174,114,102); }
div.DivClassName
{
background-color: #AE7266;
}
.BgClassName
{
background-color: #AE7266;
}
</style>
border-color css
<style>
span { border-color: #AE7266; }
span { border-color: rgb(174,114,102); }
td.TdClassName
{
border-color: #AE7266;
}
.TagClassName
{
border-color: #AE7266;
}
</style>