#AE5B53

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

Shades of Apple Blossom #AE5B53

Tints of Apple Blossom #AE5B53

Color information

#AE5B53 (or 0xAE5B53) is unknown color: approx Apple Blossom. HEX triplet: AE, 5B and 53. RGB value is (174,91,83). Sum of RGB (Red+Green+Blue) = 174+91+83=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5B53 is #51A4AC. Grayscale: #737373. Windows color (decimal): -5350573 or 5462958. OLE color: 5462958.

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

Color convert

RGB1749183-
CMYK00.480.520.32
HSL5.27º35.97%50.39%-
HSV(B)5.27º52.3%68.24%-
XYZ22.7617.1110.29-
YUV114.9110170.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 83 (32.81% from 255) = 23.85%
R=50%
G=26.15%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174918300.480.520.325.2735.9750.39
HexAE5B53030342052432
Octal256133123060644054462
Binary10101110101101110100110110000110100100000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5B53; }

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

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

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

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

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

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

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

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