#AE5950

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

Shades of Apple Blossom #AE5950

Tints of Apple Blossom #AE5950

Color information

#AE5950 (or 0xAE5950) is unknown color: approx Apple Blossom. HEX triplet: AE, 59 and 50. RGB value is (174,89,80). Sum of RGB (Red+Green+Blue) = 174+89+80=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5950 is #51A6AF. Grayscale: #717171. Windows color (decimal): -5351088 or 5265838. OLE color: 5265838.

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

Color convert

RGB1748980-
CMYK00.490.540.32
HSL5.74º37.01%49.8%-
HSV(B)5.74º54.02%68.24%-
XYZ22.4816.729.63-
YUV113.39109.16171.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=50.73%
G=25.95%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174898000.490.540.325.7437.0149.8
HexAE5950031362062532
Octal256131120061664064562
Binary10101110101100110100000110001110110100000110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5950; }

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

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

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

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

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

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

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

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