Shades of Coral Tree #AE706C
Tints of Coral Tree #AE706C
RGB
CMYK
RGB Variations
Color information
#AE706C (or 0xAE706C) is known color: Coral Tree. HEX triplet: AE, 70 and 6C. RGB value is (174,112,108). Sum of RGB (Red+Green+Blue) = 174+112+108=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE706C is #518F93. Grayscale: #828282. Windows color (decimal): -5345172 or 7106734. OLE color: 7106734.
HSL color Cylindrical-coordinate representation of color #AE706C: hue angle of 3.64º 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 #AE706C is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 112 | 108 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.32 |
| HSL | 3.64º | 0.29% | 0.55% | - |
| HSV(B) | 3.64º | 0.38% | 0.68% | - |
| XYZ | 25.96 | 21.67 | 17 | - |
| YUV | 130.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 108 | 0 | 0.36 | 0.38 | 0.32 | 3.64 | 0.29 | 0.55 |
| Hex | AE | 70 | 6C | 0 | 24 | 26 | 20 | 4 | 1D | 37 |
| Octal | 256 | 160 | 154 | 0 | 44 | 46 | 40 | 4 | 35 | 67 |
| Binary | 10101110 | 1110000 | 1101100 | 0 | 100100 | 100110 | 100000 | 100 | 11101 | 110111 |
Color Harmonies of #AE706C
Complementary color
Monochromatic Colors of #AE706C
Black with #AE706C
Text Example
Text Example
White with #AE706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE706C; }
p { color: rgb(174,112,108); }
H1.HeaderClassName
{
color: #AE706C;
}
.AnyTagClassName
{
color: #AE706C;
}
</style>
background-color css
<style>
a { background-color: #AE706C; }
a { background-color: rgb(174,112,108); }
div.DivClassName
{
background-color: #AE706C;
}
.BgClassName
{
background-color: #AE706C;
}
</style>
border-color css
<style>
span { border-color: #AE706C; }
span { border-color: rgb(174,112,108); }
td.TdClassName
{
border-color: #AE706C;
}
.TagClassName
{
border-color: #AE706C;
}
</style>