Shades of Apple Blossom #AE5E55
Tints of Apple Blossom #AE5E55
RGB
CMYK
RGB Variations
Color information
#AE5E55 (or 0xAE5E55) is known color: Apple Blossom. HEX triplet: AE, 5E and 55. RGB value is (174,94,85). Sum of RGB (Red+Green+Blue) = 174+94+85=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5E55 is #51A1AA. Grayscale: #757575. Windows color (decimal): -5349803 or 5594798. OLE color: 5594798.
HSL color Cylindrical-coordinate representation of color #AE5E55: hue angle of 6.07º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE5E55 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 94 | 85 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.32 |
| HSL | 6.07º | 0.35% | 0.51% | - |
| HSV(B) | 6.07º | 0.51% | 0.68% | - |
| XYZ | 23.1 | 17.66 | 10.79 | - |
| YUV | 116.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 94 | 85 | 0 | 0.46 | 0.51 | 0.32 | 6.07 | 0.35 | 0.51 |
| Hex | AE | 5E | 55 | 0 | 2E | 33 | 20 | 6 | 23 | 33 |
| Octal | 256 | 136 | 125 | 0 | 56 | 63 | 40 | 6 | 43 | 63 |
| Binary | 10101110 | 1011110 | 1010101 | 0 | 101110 | 110011 | 100000 | 110 | 100011 | 110011 |
Color Harmonies of #AE5E55
Complementary color
Monochromatic Colors of #AE5E55
Black with #AE5E55
Text Example
Text Example
White with #AE5E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5E55; }
p { color: rgb(174,94,85); }
H1.HeaderClassName
{
color: #AE5E55;
}
.AnyTagClassName
{
color: #AE5E55;
}
</style>
background-color css
<style>
a { background-color: #AE5E55; }
a { background-color: rgb(174,94,85); }
div.DivClassName
{
background-color: #AE5E55;
}
.BgClassName
{
background-color: #AE5E55;
}
</style>
border-color css
<style>
span { border-color: #AE5E55; }
span { border-color: rgb(174,94,85); }
td.TdClassName
{
border-color: #AE5E55;
}
.TagClassName
{
border-color: #AE5E55;
}
</style>