Shades of Apple Blossom #AE574D
Tints of Apple Blossom #AE574D
RGB
CMYK
RGB Variations
Color information
#AE574D (or 0xAE574D) is known color: Apple Blossom. HEX triplet: AE, 57 and 4D. RGB value is (174,87,77). Sum of RGB (Red+Green+Blue) = 174+87+77=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE574D is #51A8B2. Grayscale: #707070. Windows color (decimal): -5351603 or 5068718. OLE color: 5068718.
HSL color Cylindrical-coordinate representation of color #AE574D: hue angle of 6.19º 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 #AE574D is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 87 | 77 | - |
| CMYK | 0 | 0.5 | 0.56 | 0.32 |
| HSL | 6.19º | 0.39% | 0.49% | - |
| HSV(B) | 6.19º | 0.56% | 0.68% | - |
| XYZ | 22.2 | 16.35 | 9.01 | - |
| YUV | 111.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 87 | 77 | 0 | 0.5 | 0.56 | 0.32 | 6.19 | 0.39 | 0.49 |
| Hex | AE | 57 | 4D | 0 | 32 | 38 | 20 | 6 | 27 | 31 |
| Octal | 256 | 127 | 115 | 0 | 62 | 70 | 40 | 6 | 47 | 61 |
| Binary | 10101110 | 1010111 | 1001101 | 0 | 110010 | 111000 | 100000 | 110 | 100111 | 110001 |
Color Harmonies of #AE574D
Complementary color
Monochromatic Colors of #AE574D
Black with #AE574D
Text Example
Text Example
White with #AE574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE574D; }
p { color: rgb(174,87,77); }
H1.HeaderClassName
{
color: #AE574D;
}
.AnyTagClassName
{
color: #AE574D;
}
</style>
background-color css
<style>
a { background-color: #AE574D; }
a { background-color: rgb(174,87,77); }
div.DivClassName
{
background-color: #AE574D;
}
.BgClassName
{
background-color: #AE574D;
}
</style>
border-color css
<style>
span { border-color: #AE574D; }
span { border-color: rgb(174,87,77); }
td.TdClassName
{
border-color: #AE574D;
}
.TagClassName
{
border-color: #AE574D;
}
</style>