Shades of Apple Blossom #AE4D4A
Tints of Apple Blossom #AE4D4A
RGB
CMYK
RGB Variations
Color information
#AE4D4A (or 0xAE4D4A) is known color: Apple Blossom. HEX triplet: AE, 4D and 4A. RGB value is (174,77,74). Sum of RGB (Red+Green+Blue) = 174+77+74=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D4A is #51B2B5. Grayscale: #696969. Windows color (decimal): -5354166 or 4869550. OLE color: 4869550.
HSL color Cylindrical-coordinate representation of color #AE4D4A: hue angle of 1.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4D4A is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 77 | 74 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.32 |
| HSL | 1.8º | 0.4% | 0.49% | - |
| HSV(B) | 1.8º | 0.57% | 0.68% | - |
| XYZ | 21.35 | 14.8 | 8.21 | - |
| YUV | 105.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 77 | 74 | 0 | 0.56 | 0.57 | 0.32 | 1.8 | 0.4 | 0.49 |
| Hex | AE | 4D | 4A | 0 | 38 | 39 | 20 | 2 | 28 | 31 |
| Octal | 256 | 115 | 112 | 0 | 70 | 71 | 40 | 2 | 50 | 61 |
| Binary | 10101110 | 1001101 | 1001010 | 0 | 111000 | 111001 | 100000 | 10 | 101000 | 110001 |
Color Harmonies of #AE4D4A
Complementary color
Monochromatic Colors of #AE4D4A
Black with #AE4D4A
Text Example
Text Example
White with #AE4D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4D4A; }
p { color: rgb(174,77,74); }
H1.HeaderClassName
{
color: #AE4D4A;
}
.AnyTagClassName
{
color: #AE4D4A;
}
</style>
background-color css
<style>
a { background-color: #AE4D4A; }
a { background-color: rgb(174,77,74); }
div.DivClassName
{
background-color: #AE4D4A;
}
.BgClassName
{
background-color: #AE4D4A;
}
</style>
border-color css
<style>
span { border-color: #AE4D4A; }
span { border-color: rgb(174,77,74); }
td.TdClassName
{
border-color: #AE4D4A;
}
.TagClassName
{
border-color: #AE4D4A;
}
</style>