Shades of Apple Blossom #AE5353
Tints of Apple Blossom #AE5353
RGB
CMYK
RGB Variations
Color information
#AE5353 (or 0xAE5353) is known color: Apple Blossom. HEX triplet: AE, 53 and 53. RGB value is (174,83,83). Sum of RGB (Red+Green+Blue) = 174+83+83=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5353 is #51ACAC. Grayscale: #6E6E6E. Windows color (decimal): -5352621 or 5460910. OLE color: 5460910.
HSL color Cylindrical-coordinate representation of color #AE5353: hue angle of 0º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5353 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 83 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.32 |
| HSL | 0º | 0.36% | 0.5% | - |
| HSV(B) | 0º | 0.52% | 0.68% | - |
| XYZ | 22.11 | 15.81 | 10.07 | - |
| YUV | 110.21 | 112.65 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 83 | 0 | 0.52 | 0.52 | 0.32 | 0 | 0.36 | 0.5 |
| Hex | AE | 53 | 53 | 0 | 34 | 34 | 20 | 0 | 24 | 32 |
| Octal | 256 | 123 | 123 | 0 | 64 | 64 | 40 | 0 | 44 | 62 |
| Binary | 10101110 | 1010011 | 1010011 | 0 | 110100 | 110100 | 100000 | 0 | 100100 | 110010 |
Color Harmonies of #AE5353
Complementary color
Monochromatic Colors of #AE5353
Black with #AE5353
Text Example
Text Example
White with #AE5353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5353; }
p { color: rgb(174,83,83); }
H1.HeaderClassName
{
color: #AE5353;
}
.AnyTagClassName
{
color: #AE5353;
}
</style>
background-color css
<style>
a { background-color: #AE5353; }
a { background-color: rgb(174,83,83); }
div.DivClassName
{
background-color: #AE5353;
}
.BgClassName
{
background-color: #AE5353;
}
</style>
border-color css
<style>
span { border-color: #AE5353; }
span { border-color: rgb(174,83,83); }
td.TdClassName
{
border-color: #AE5353;
}
.TagClassName
{
border-color: #AE5353;
}
</style>