Shades of Coral Tree #AE6463
Tints of Coral Tree #AE6463
RGB
CMYK
RGB Variations
Color information
#AE6463 (or 0xAE6463) is known color: Coral Tree. HEX triplet: AE, 64 and 63. RGB value is (174,100,99). Sum of RGB (Red+Green+Blue) = 174+100+99=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6463 is #519B9C. Grayscale: #7A7A7A. Windows color (decimal): -5348253 or 6513838. OLE color: 6513838.
HSL color Cylindrical-coordinate representation of color #AE6463: hue angle of 0.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 #AE6463 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 99 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.32 |
| HSL | 0.8º | 0.32% | 0.54% | - |
| HSV(B) | 0.8º | 0.43% | 0.68% | - |
| XYZ | 24.26 | 19.01 | 14.2 | - |
| YUV | 122.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 99 | 0 | 0.43 | 0.43 | 0.32 | 0.8 | 0.32 | 0.54 |
| Hex | AE | 64 | 63 | 0 | 2B | 2B | 20 | 1 | 20 | 36 |
| Octal | 256 | 144 | 143 | 0 | 53 | 53 | 40 | 1 | 40 | 66 |
| Binary | 10101110 | 1100100 | 1100011 | 0 | 101011 | 101011 | 100000 | 1 | 100000 | 110110 |
Color Harmonies of #AE6463
Complementary color
Monochromatic Colors of #AE6463
Black with #AE6463
Text Example
Text Example
White with #AE6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6463; }
p { color: rgb(174,100,99); }
H1.HeaderClassName
{
color: #AE6463;
}
.AnyTagClassName
{
color: #AE6463;
}
</style>
background-color css
<style>
a { background-color: #AE6463; }
a { background-color: rgb(174,100,99); }
div.DivClassName
{
background-color: #AE6463;
}
.BgClassName
{
background-color: #AE6463;
}
</style>
border-color css
<style>
span { border-color: #AE6463; }
span { border-color: rgb(174,100,99); }
td.TdClassName
{
border-color: #AE6463;
}
.TagClassName
{
border-color: #AE6463;
}
</style>