Shades of Apple Blossom #AE5D54
Tints of Apple Blossom #AE5D54
RGB
CMYK
RGB Variations
Color information
#AE5D54 (or 0xAE5D54) is known color: Apple Blossom. HEX triplet: AE, 5D and 54. RGB value is (174,93,84). Sum of RGB (Red+Green+Blue) = 174+93+84=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5D54 is #51A2AB. Grayscale: #747474. Windows color (decimal): -5350060 or 5529006. OLE color: 5529006.
HSL color Cylindrical-coordinate representation of color #AE5D54: hue angle of 6º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5D54 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 84 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.32 |
| HSL | 6º | 0.36% | 0.51% | - |
| HSV(B) | 6º | 0.52% | 0.68% | - |
| XYZ | 22.97 | 17.47 | 10.55 | - |
| YUV | 116.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 84 | 0 | 0.47 | 0.52 | 0.32 | 6 | 0.36 | 0.51 |
| Hex | AE | 5D | 54 | 0 | 2F | 34 | 20 | 6 | 24 | 33 |
| Octal | 256 | 135 | 124 | 0 | 57 | 64 | 40 | 6 | 44 | 63 |
| Binary | 10101110 | 1011101 | 1010100 | 0 | 101111 | 110100 | 100000 | 110 | 100100 | 110011 |
Color Harmonies of #AE5D54
Complementary color
Monochromatic Colors of #AE5D54
Black with #AE5D54
Text Example
Text Example
White with #AE5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D54; }
p { color: rgb(174,93,84); }
H1.HeaderClassName
{
color: #AE5D54;
}
.AnyTagClassName
{
color: #AE5D54;
}
</style>
background-color css
<style>
a { background-color: #AE5D54; }
a { background-color: rgb(174,93,84); }
div.DivClassName
{
background-color: #AE5D54;
}
.BgClassName
{
background-color: #AE5D54;
}
</style>
border-color css
<style>
span { border-color: #AE5D54; }
span { border-color: rgb(174,93,84); }
td.TdClassName
{
border-color: #AE5D54;
}
.TagClassName
{
border-color: #AE5D54;
}
</style>