#AE4E48

Color #AE4E48 Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #AE4E48

Tints of Apple Blossom #AE4E48

Color information

#AE4E48 (or 0xAE4E48) is unknown color: approx Apple Blossom. HEX triplet: AE, 4E and 48. RGB value is (174,78,72). Sum of RGB (Red+Green+Blue) = 174+78+72=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4E48 is #51B1B7. Grayscale: #6A6A6A. Windows color (decimal): -5353912 or 4738734. OLE color: 4738734.

HSL color Cylindrical-coordinate representation of color #AE4E48: hue angle of 3.53º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE4E48 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB1747872-
CMYK00.550.590.32
HSL3.53º41.46%48.24%-
HSV(B)3.53º58.62%68.24%-
XYZ21.3514.927.88-
YUV106.02108.8176.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 53.70%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 72 (28.52% from 255) = 22.22%
R=53.70%
G=24.07%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174787200.550.590.323.5341.4648.24
HexAE4E480373B2042930
Octal256116110067734045160
Binary10101110100111010010000110111111011100000100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E48; }

 p { color: rgb(174,78,72); }

 H1.HeaderClassName
 {
   color: #AE4E48;
 }
 .AnyTagClassName
 {
   color: #AE4E48;
 }
</style>
background-color css

<style>
 a { background-color: #AE4E48; }

 a { background-color: rgb(174,78,72); }

 div.DivClassName
 {
   background-color: #AE4E48;
 }
 .BgClassName
 {
   background-color: #AE4E48;
 }
</style>
border-color css

<style>
 span { border-color: #AE4E48; }

 span { border-color: rgb(174,78,72); }

 td.TdClassName
 {
   border-color: #AE4E48;
 }
 .TagClassName
 {
   border-color: #AE4E48;
 }
</style>