#AE4E49

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

Shades of Apple Blossom #AE4E49

Tints of Apple Blossom #AE4E49

Color information

#AE4E49 (or 0xAE4E49) is unknown color: approx Apple Blossom. HEX triplet: AE, 4E and 49. RGB value is (174,78,73). Sum of RGB (Red+Green+Blue) = 174+78+73=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4E49 is #51B1B6. Grayscale: #6A6A6A. Windows color (decimal): -5353911 or 4804270. OLE color: 4804270.

HSL color Cylindrical-coordinate representation of color #AE4E49: hue angle of 2.97º 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 #AE4E49 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB1747873-
CMYK00.550.580.32
HSL2.97º40.89%48.43%-
HSV(B)2.97º58.05%68.24%-
XYZ21.3814.938.06-
YUV106.13109.3176.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.54%
GREEN value IS 78 (30.86% from 255) = 24%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=53.54%
G=24%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174787300.550.580.322.9740.8948.43
HexAE4E490373A2032930
Octal256116111067724035160
Binary1010111010011101001001011011111101010000011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E49; }

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

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

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

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

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

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

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

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