Shades of Apple Blossom #AE534D
Tints of Apple Blossom #AE534D
RGB
CMYK
RGB Variations
Color information
#AE534D (or 0xAE534D) is known color: Apple Blossom. HEX triplet: AE, 53 and 4D. RGB value is (174,83,77). Sum of RGB (Red+Green+Blue) = 174+83+77=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE534D is #51ACB2. Grayscale: #6D6D6D. Windows color (decimal): -5352627 or 5067694. OLE color: 5067694.
HSL color Cylindrical-coordinate representation of color #AE534D: hue angle of 3.71º 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 #AE534D is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 77 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.32 |
| HSL | 3.71º | 0.39% | 0.49% | - |
| HSV(B) | 3.71º | 0.56% | 0.68% | - |
| XYZ | 21.89 | 15.72 | 8.9 | - |
| YUV | 109.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 77 | 0 | 0.52 | 0.56 | 0.32 | 3.71 | 0.39 | 0.49 |
| Hex | AE | 53 | 4D | 0 | 34 | 38 | 20 | 4 | 27 | 31 |
| Octal | 256 | 123 | 115 | 0 | 64 | 70 | 40 | 4 | 47 | 61 |
| Binary | 10101110 | 1010011 | 1001101 | 0 | 110100 | 111000 | 100000 | 100 | 100111 | 110001 |
Color Harmonies of #AE534D
Complementary color
Monochromatic Colors of #AE534D
Black with #AE534D
Text Example
Text Example
White with #AE534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE534D; }
p { color: rgb(174,83,77); }
H1.HeaderClassName
{
color: #AE534D;
}
.AnyTagClassName
{
color: #AE534D;
}
</style>
background-color css
<style>
a { background-color: #AE534D; }
a { background-color: rgb(174,83,77); }
div.DivClassName
{
background-color: #AE534D;
}
.BgClassName
{
background-color: #AE534D;
}
</style>
border-color css
<style>
span { border-color: #AE534D; }
span { border-color: rgb(174,83,77); }
td.TdClassName
{
border-color: #AE534D;
}
.TagClassName
{
border-color: #AE534D;
}
</style>