Html Css Color HEX #AE5564 Blush

📋 copy color: '#AE5564'

red 174 ◦ green 85 ◦ blue 100

#AE5564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #AE5564

Tints of Blush #AE5564

RGB

 RED value IS 174 (68.36% from 255) = 48.47%

 GREEN value IS 85 (33.59% from 255) = 23.68%

 BLUE value IS 100 (39.45% from 255) = 27.86%

R = 48.47%
G = 23.68%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE5564 (or 0xAE5564) is known color: Blush. HEX triplet: AE, 55 and 64. RGB value is (174,85,100). Sum of RGB (Red+Green+Blue) = 174+85+100=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5564 is #51AA9B. Grayscale: #717171. Windows color (decimal): -5352092 or 6575534. OLE color: 6575534.

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

Color convert

RGB 174 85 100 -
CMYK 0 0.51 0.43 0.32
HSL 349.89º 0.35% 0.51% -
HSV(B) 349.89º 0.51% 0.68% -
XYZ 23 16.42 14.01 -
YUV 113.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 174 85 100 0 0.51 0.43 0.32 349.89 0.35 0.51
Hex AE 55 64 0 33 2B 20 15E 23 33
Octal 256 125 144 0 63 53 40 536 43 63
Binary 10101110 1010101 1100100 0 110011 101011 100000 101011110 100011 110011

Color Harmonies of #AE5564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5564

Black with #AE5564

Text Example


Text Example

White with #AE5564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5564; }

 p { color: rgb(174,85,100); }

 H1.HeaderClassName
 {
   color: #AE5564;
 }
 .AnyTagClassName
 {
   color: #AE5564;
 }
</style>

background-color css

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

 a { background-color: rgb(174,85,100); }

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

border-color css

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

 span { border-color: rgb(174,85,100); }

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