Shades of Coral Tree #AE6963
Tints of Coral Tree #AE6963
RGB
CMYK
RGB Variations
Color information
#AE6963 (or 0xAE6963) is known color: Coral Tree. HEX triplet: AE, 69 and 63. RGB value is (174,105,99). Sum of RGB (Red+Green+Blue) = 174+105+99=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6963 is #51969C. Grayscale: #7D7D7D. Windows color (decimal): -5346973 or 6515118. OLE color: 6515118.
HSL color Cylindrical-coordinate representation of color #AE6963: hue angle of 4.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6963 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 105 | 99 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.32 |
| HSL | 4.8º | 0.32% | 0.54% | - |
| HSV(B) | 4.8º | 0.43% | 0.68% | - |
| XYZ | 24.76 | 20 | 14.36 | - |
| YUV | 124.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 99 | 0 | 0.40 | 0.43 | 0.32 | 4.8 | 0.32 | 0.54 |
| Hex | AE | 69 | 63 | 0 | 28 | 2B | 20 | 5 | 20 | 36 |
| Octal | 256 | 151 | 143 | 0 | 50 | 53 | 40 | 5 | 40 | 66 |
| Binary | 10101110 | 1101001 | 1100011 | 0 | 101000 | 101011 | 100000 | 101 | 100000 | 110110 |
Color Harmonies of #AE6963
Complementary color
Monochromatic Colors of #AE6963
Black with #AE6963
Text Example
Text Example
White with #AE6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6963; }
p { color: rgb(174,105,99); }
H1.HeaderClassName
{
color: #AE6963;
}
.AnyTagClassName
{
color: #AE6963;
}
</style>
background-color css
<style>
a { background-color: #AE6963; }
a { background-color: rgb(174,105,99); }
div.DivClassName
{
background-color: #AE6963;
}
.BgClassName
{
background-color: #AE6963;
}
</style>
border-color css
<style>
span { border-color: #AE6963; }
span { border-color: rgb(174,105,99); }
td.TdClassName
{
border-color: #AE6963;
}
.TagClassName
{
border-color: #AE6963;
}
</style>