Shades of Apple Blossom #AE4F4E
Tints of Apple Blossom #AE4F4E
RGB
CMYK
RGB Variations
Color information
#AE4F4E (or 0xAE4F4E) is known color: Apple Blossom. HEX triplet: AE, 4F and 4E. RGB value is (174,79,78). Sum of RGB (Red+Green+Blue) = 174+79+78=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4F4E is #51B0B1. Grayscale: #6B6B6B. Windows color (decimal): -5353650 or 5132206. OLE color: 5132206.
HSL color Cylindrical-coordinate representation of color #AE4F4E: hue angle of 0.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE4F4E is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 79 | 78 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.32 |
| HSL | 0.63º | 0.38% | 0.49% | - |
| HSV(B) | 0.63º | 0.55% | 0.68% | - |
| XYZ | 21.63 | 15.14 | 8.99 | - |
| YUV | 107.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 79 | 78 | 0 | 0.55 | 0.55 | 0.32 | 0.63 | 0.38 | 0.49 |
| Hex | AE | 4F | 4E | 0 | 37 | 37 | 20 | 1 | 26 | 31 |
| Octal | 256 | 117 | 116 | 0 | 67 | 67 | 40 | 1 | 46 | 61 |
| Binary | 10101110 | 1001111 | 1001110 | 0 | 110111 | 110111 | 100000 | 1 | 100110 | 110001 |
Color Harmonies of #AE4F4E
Complementary color
Monochromatic Colors of #AE4F4E
Black with #AE4F4E
Text Example
Text Example
White with #AE4F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4F4E; }
p { color: rgb(174,79,78); }
H1.HeaderClassName
{
color: #AE4F4E;
}
.AnyTagClassName
{
color: #AE4F4E;
}
</style>
background-color css
<style>
a { background-color: #AE4F4E; }
a { background-color: rgb(174,79,78); }
div.DivClassName
{
background-color: #AE4F4E;
}
.BgClassName
{
background-color: #AE4F4E;
}
</style>
border-color css
<style>
span { border-color: #AE4F4E; }
span { border-color: rgb(174,79,78); }
td.TdClassName
{
border-color: #AE4F4E;
}
.TagClassName
{
border-color: #AE4F4E;
}
</style>