Shades of Coral Tree #AE5D5B
Tints of Coral Tree #AE5D5B
RGB
CMYK
RGB Variations
Color information
#AE5D5B (or 0xAE5D5B) is known color: Coral Tree. HEX triplet: AE, 5D and 5B. RGB value is (174,93,91). Sum of RGB (Red+Green+Blue) = 174+93+91=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5D5B is #51A2A4. Grayscale: #757575. Windows color (decimal): -5350053 or 5987758. OLE color: 5987758.
HSL color Cylindrical-coordinate representation of color #AE5D5B: hue angle of 1.45º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE5D5B is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 91 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.32 |
| HSL | 1.45º | 0.34% | 0.52% | - |
| HSV(B) | 1.45º | 0.48% | 0.68% | - |
| XYZ | 23.26 | 17.58 | 12.07 | - |
| YUV | 116.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 91 | 0 | 0.47 | 0.48 | 0.32 | 1.45 | 0.34 | 0.52 |
| Hex | AE | 5D | 5B | 0 | 2F | 30 | 20 | 1 | 22 | 34 |
| Octal | 256 | 135 | 133 | 0 | 57 | 60 | 40 | 1 | 42 | 64 |
| Binary | 10101110 | 1011101 | 1011011 | 0 | 101111 | 110000 | 100000 | 1 | 100010 | 110100 |
Color Harmonies of #AE5D5B
Complementary color
Monochromatic Colors of #AE5D5B
Black with #AE5D5B
Text Example
Text Example
White with #AE5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D5B; }
p { color: rgb(174,93,91); }
H1.HeaderClassName
{
color: #AE5D5B;
}
.AnyTagClassName
{
color: #AE5D5B;
}
</style>
background-color css
<style>
a { background-color: #AE5D5B; }
a { background-color: rgb(174,93,91); }
div.DivClassName
{
background-color: #AE5D5B;
}
.BgClassName
{
background-color: #AE5D5B;
}
</style>
border-color css
<style>
span { border-color: #AE5D5B; }
span { border-color: rgb(174,93,91); }
td.TdClassName
{
border-color: #AE5D5B;
}
.TagClassName
{
border-color: #AE5D5B;
}
</style>