#AE5959

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

Shades of Apple Blossom #AE5959

Tints of Apple Blossom #AE5959

Color information

#AE5959 (or 0xAE5959) is unknown color: approx Apple Blossom. HEX triplet: AE, 59 and 59. RGB value is (174,89,89). Sum of RGB (Red+Green+Blue) = 174+89+89=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5959 is #51A6A6. Grayscale: #727272. Windows color (decimal): -5351079 or 5855662. OLE color: 5855662.

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

Color convert

RGB1748989-
CMYK00.490.490.32
HSL34.41%51.57%-
HSV(B)48.85%68.24%-
XYZ22.8316.8611.5-
YUV114.42113.66170.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 89 (35.16% from 255) = 25.28%
R=49.43%
G=25.28%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174898900.490.490.32034.4151.57
HexAE5959031312002234
Octal256131131061614004264
Binary101011101011001101100101100011100011000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5959; }

 p { color: rgb(174,89,89); }

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

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

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

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

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

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

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