#AE5B55

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

Shades of Apple Blossom #AE5B55

Tints of Apple Blossom #AE5B55

Color information

#AE5B55 (or 0xAE5B55) is unknown color: approx Apple Blossom. HEX triplet: AE, 5B and 55. RGB value is (174,91,85). Sum of RGB (Red+Green+Blue) = 174+91+85=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5B55 is #51A4AA. Grayscale: #737373. Windows color (decimal): -5350571 or 5594030. OLE color: 5594030.

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

Color convert

RGB1749185-
CMYK00.480.510.32
HSL4.04º35.46%50.78%-
HSV(B)4.04º51.15%68.24%-
XYZ22.8417.1410.7-
YUV115.13111169.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=49.71%
G=26%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174918500.480.510.324.0435.4650.78
HexAE5B55030332042333
Octal256133125060634044363
Binary10101110101101110101010110000110011100000100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5B55; }

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

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

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

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

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

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

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

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