#AE5955

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

Shades of Apple Blossom #AE5955

Tints of Apple Blossom #AE5955

Color information

#AE5955 (or 0xAE5955) is unknown color: approx Apple Blossom. HEX triplet: AE, 59 and 55. RGB value is (174,89,85). Sum of RGB (Red+Green+Blue) = 174+89+85=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5955 is #51A6AA. Grayscale: #727272. Windows color (decimal): -5351083 or 5593518. OLE color: 5593518.

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

Color convert

RGB1748985-
CMYK00.490.510.32
HSL2.7º35.46%50.78%-
HSV(B)2.7º51.15%68.24%-
XYZ22.6716.810.64-
YUV113.96111.66170.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=50%
G=25.57%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174898500.490.510.322.735.4650.78
HexAE5955031332032333
Octal256131125061634034363
Binary1010111010110011010101011000111001110000011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5955; }

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

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

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

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

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

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

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

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