#ae5048

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

Shades of Apple Blossom #AE5048

Tints of Apple Blossom #AE5048

Color information

#AE5048 (or 0xAE5048) is unknown color: approx Apple Blossom. HEX triplet: AE, 50 and 48. RGB value is (174,80,72). Sum of RGB (Red+Green+Blue) = 174+80+72=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5048 is #51AFB7. Grayscale: #6B6B6B. Windows color (decimal): -5353400 or 4739246. OLE color: 4739246.

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

Color convert

RGB1748072-
CMYK00.540.590.32
HSL4.71º41.46%48.24%-
HSV(B)4.71º58.62%68.24%-
XYZ21.4915.27.93-
YUV107.19108.14175.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.37%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=53.37%
G=24.54%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174807200.540.590.324.7141.4648.24
HexAE50480363B2052930
Octal256120110066734055160
Binary10101110101000010010000110110111011100000101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5048; }

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

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

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

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

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

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

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

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