Shades of Apple Blossom #AE504D
Tints of Apple Blossom #AE504D
RGB
CMYK
RGB Variations
Color information
#AE504D (or 0xAE504D) is known color: Apple Blossom. HEX triplet: AE, 50 and 4D. RGB value is (174,80,77). Sum of RGB (Red+Green+Blue) = 174+80+77=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE504D is #51AFB2. Grayscale: #6B6B6B. Windows color (decimal): -5353395 or 5066926. OLE color: 5066926.
HSL color Cylindrical-coordinate representation of color #AE504D: hue angle of 1.86º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE504D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 77 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.32 |
| HSL | 1.86º | 0.39% | 0.49% | - |
| HSV(B) | 1.86º | 0.56% | 0.68% | - |
| XYZ | 21.66 | 15.27 | 8.83 | - |
| YUV | 107.76 | 110.64 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 77 | 0 | 0.54 | 0.56 | 0.32 | 1.86 | 0.39 | 0.49 |
| Hex | AE | 50 | 4D | 0 | 36 | 38 | 20 | 2 | 27 | 31 |
| Octal | 256 | 120 | 115 | 0 | 66 | 70 | 40 | 2 | 47 | 61 |
| Binary | 10101110 | 1010000 | 1001101 | 0 | 110110 | 111000 | 100000 | 10 | 100111 | 110001 |
Color Harmonies of #AE504D
Complementary color
Monochromatic Colors of #AE504D
Black with #AE504D
Text Example
Text Example
White with #AE504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE504D; }
p { color: rgb(174,80,77); }
H1.HeaderClassName
{
color: #AE504D;
}
.AnyTagClassName
{
color: #AE504D;
}
</style>
background-color css
<style>
a { background-color: #AE504D; }
a { background-color: rgb(174,80,77); }
div.DivClassName
{
background-color: #AE504D;
}
.BgClassName
{
background-color: #AE504D;
}
</style>
border-color css
<style>
span { border-color: #AE504D; }
span { border-color: rgb(174,80,77); }
td.TdClassName
{
border-color: #AE504D;
}
.TagClassName
{
border-color: #AE504D;
}
</style>