#AE4948

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

Shades of Apple Blossom #AE4948

Tints of Apple Blossom #AE4948

Color information

#AE4948 (or 0xAE4948) is unknown color: approx Apple Blossom. HEX triplet: AE, 49 and 48. RGB value is (174,73,72). Sum of RGB (Red+Green+Blue) = 174+73+72=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4948 is #51B6B7. Grayscale: #676767. Windows color (decimal): -5355192 or 4737454. OLE color: 4737454.

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

Color convert

RGB1747372-
CMYK00.580.590.32
HSL0.59º41.46%48.24%-
HSV(B)0.59º58.62%68.24%-
XYZ21.0114.237.77-
YUV103.08110.46178.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.55%
GREEN value IS 73 (28.91% from 255) = 22.88%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=54.55%
G=22.88%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174737200.580.590.320.5941.4648.24
HexAE494803A3B2012930
Octal256111110072734015160
Binary101011101001001100100001110101110111000001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4948; }

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

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

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

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

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

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

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

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