#ae5963

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

Shades of Blush #AE5963

Tints of Blush #AE5963

Color information

#AE5963 (or 0xAE5963) is unknown color: approx Blush. HEX triplet: AE, 59 and 63. RGB value is (174,89,99). Sum of RGB (Red+Green+Blue) = 174+89+99=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5963 is #51A69C. Grayscale: #737373. Windows color (decimal): -5351069 or 6511022. OLE color: 6511022.

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

Color convert

RGB1748999-
CMYK00.490.430.32
HSL352.94º34.41%51.57%-
HSV(B)352.94º48.85%68.24%-
XYZ23.2817.0413.87-
YUV115.56118.66169.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.07%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 99 (39.06% from 255) = 27.35%
R=48.07%
G=24.59%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174899900.490.430.32352.9434.4151.57
HexAE59630312B201612234
Octal25613114306153405414264
Binary10101110101100111000110110001101011100000101100001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5963; }

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

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

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

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

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

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

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

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