Shades of Coral Tree #AE5E5C
Tints of Coral Tree #AE5E5C
RGB
CMYK
RGB Variations
Color information
#AE5E5C (or 0xAE5E5C) is known color: Coral Tree. HEX triplet: AE, 5E and 5C. RGB value is (174,94,92). Sum of RGB (Red+Green+Blue) = 174+94+92=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5E5C is #51A1A3. Grayscale: #757575. Windows color (decimal): -5349796 or 6053550. OLE color: 6053550.
HSL color Cylindrical-coordinate representation of color #AE5E5C: hue angle of 1.46º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5E5C is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 94 | 92 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.32 |
| HSL | 1.46º | 0.34% | 0.52% | - |
| HSV(B) | 1.46º | 0.47% | 0.68% | - |
| XYZ | 23.39 | 17.78 | 12.32 | - |
| YUV | 117.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 94 | 92 | 0 | 0.46 | 0.47 | 0.32 | 1.46 | 0.34 | 0.52 |
| Hex | AE | 5E | 5C | 0 | 2E | 2F | 20 | 1 | 22 | 34 |
| Octal | 256 | 136 | 134 | 0 | 56 | 57 | 40 | 1 | 42 | 64 |
| Binary | 10101110 | 1011110 | 1011100 | 0 | 101110 | 101111 | 100000 | 1 | 100010 | 110100 |
Color Harmonies of #AE5E5C
Complementary color
Monochromatic Colors of #AE5E5C
Black with #AE5E5C
Text Example
Text Example
White with #AE5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5E5C; }
p { color: rgb(174,94,92); }
H1.HeaderClassName
{
color: #AE5E5C;
}
.AnyTagClassName
{
color: #AE5E5C;
}
</style>
background-color css
<style>
a { background-color: #AE5E5C; }
a { background-color: rgb(174,94,92); }
div.DivClassName
{
background-color: #AE5E5C;
}
.BgClassName
{
background-color: #AE5E5C;
}
</style>
border-color css
<style>
span { border-color: #AE5E5C; }
span { border-color: rgb(174,94,92); }
td.TdClassName
{
border-color: #AE5E5C;
}
.TagClassName
{
border-color: #AE5E5C;
}
</style>