Shades of Apple Blossom #AE5344
Tints of Apple Blossom #AE5344
RGB
CMYK
RGB Variations
Color information
#AE5344 (or 0xAE5344) is known color: Apple Blossom. HEX triplet: AE, 53 and 44. RGB value is (174,83,68). Sum of RGB (Red+Green+Blue) = 174+83+68=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5344 is #51ACBB. Grayscale: #6C6C6C. Windows color (decimal): -5352636 or 4477870. OLE color: 4477870.
HSL color Cylindrical-coordinate representation of color #AE5344: hue angle of 8.49º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE5344 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 68 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.32 |
| HSL | 8.49º | 0.44% | 0.47% | - |
| HSV(B) | 8.49º | 0.61% | 0.68% | - |
| XYZ | 21.59 | 15.6 | 7.34 | - |
| YUV | 108.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 68 | 0 | 0.52 | 0.61 | 0.32 | 8.49 | 0.44 | 0.47 |
| Hex | AE | 53 | 44 | 0 | 34 | 3D | 20 | 8 | 2C | 2F |
| Octal | 256 | 123 | 104 | 0 | 64 | 75 | 40 | 10 | 54 | 57 |
| Binary | 10101110 | 1010011 | 1000100 | 0 | 110100 | 111101 | 100000 | 1000 | 101100 | 101111 |
Color Harmonies of #AE5344
Complementary color
Monochromatic Colors of #AE5344
Black with #AE5344
Text Example
Text Example
White with #AE5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5344; }
p { color: rgb(174,83,68); }
H1.HeaderClassName
{
color: #AE5344;
}
.AnyTagClassName
{
color: #AE5344;
}
</style>
background-color css
<style>
a { background-color: #AE5344; }
a { background-color: rgb(174,83,68); }
div.DivClassName
{
background-color: #AE5344;
}
.BgClassName
{
background-color: #AE5344;
}
</style>
border-color css
<style>
span { border-color: #AE5344; }
span { border-color: rgb(174,83,68); }
td.TdClassName
{
border-color: #AE5344;
}
.TagClassName
{
border-color: #AE5344;
}
</style>