#AE5A58

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

Shades of Apple Blossom #AE5A58

Tints of Apple Blossom #AE5A58

Color information

#AE5A58 (or 0xAE5A58) is unknown color: approx Apple Blossom. HEX triplet: AE, 5A and 58. RGB value is (174,90,88). Sum of RGB (Red+Green+Blue) = 174+90+88=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5A58 is #51A5A7. Grayscale: #727272. Windows color (decimal): -5350824 or 5790382. OLE color: 5790382.

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

Color convert

RGB1749088-
CMYK00.480.490.32
HSL1.4º34.68%51.37%-
HSV(B)1.4º49.43%68.24%-
XYZ22.8717.0211.31-
YUV114.89112.83170.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 90 (35.55% from 255) = 25.57%
BLUE value IS 88 (34.77% from 255) = 25%
R=49.43%
G=25.57%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174908800.480.490.321.434.6851.37
HexAE5A58030312012333
Octal256132130060614014363
Binary101011101011010101100001100001100011000001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A58; }

 p { color: rgb(174,90,88); }

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

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

 a { background-color: rgb(174,90,88); }

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

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

 span { border-color: rgb(174,90,88); }

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