#AE5350

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

Shades of Apple Blossom #AE5350

Tints of Apple Blossom #AE5350

Color information

#AE5350 (or 0xAE5350) is unknown color: approx Apple Blossom. HEX triplet: AE, 53 and 50. RGB value is (174,83,80). Sum of RGB (Red+Green+Blue) = 174+83+80=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5350 is #51ACAF. Grayscale: #6D6D6D. Windows color (decimal): -5352624 or 5264302. OLE color: 5264302.

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

Color convert

RGB1748380-
CMYK00.520.540.32
HSL1.91º37.01%49.8%-
HSV(B)1.91º54.02%68.24%-
XYZ2215.769.47-
YUV109.87111.15173.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.63%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=51.63%
G=24.63%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174838000.520.540.321.9137.0149.8
HexAE5350034362022532
Octal256123120064664024562
Binary1010111010100111010000011010011011010000010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5350; }

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

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

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

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

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

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

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

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