#AE4D49

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

Shades of Apple Blossom #AE4D49

Tints of Apple Blossom #AE4D49

Color information

#AE4D49 (or 0xAE4D49) is unknown color: approx Apple Blossom. HEX triplet: AE, 4D and 49. RGB value is (174,77,73). Sum of RGB (Red+Green+Blue) = 174+77+73=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D49 is #51B2B6. Grayscale: #696969. Windows color (decimal): -5354167 or 4804014. OLE color: 4804014.

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

Color convert

RGB1747773-
CMYK00.560.580.32
HSL2.38º40.89%48.43%-
HSV(B)2.38º58.05%68.24%-
XYZ21.3114.798.03-
YUV105.55109.64176.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.70%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=53.70%
G=23.77%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174777300.560.580.322.3840.8948.43
HexAE4D490383A2022930
Octal256115111070724025160
Binary1010111010011011001001011100011101010000010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4D49; }

 p { color: rgb(174,77,73); }

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

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

 a { background-color: rgb(174,77,73); }

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

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

 span { border-color: rgb(174,77,73); }

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