Html Css Color HEX #AE5D6E Blush

📋 copy color: '#AE5D6E'

red 174 ◦ green 93 ◦ blue 110

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

Shades of Blush #AE5D6E

Tints of Blush #AE5D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.67%

 BLUE value IS 110 (43.36% from 255) = 29.18%

R = 46.15%
G = 24.67%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE5D6E (or 0xAE5D6E) is known color: Blush. HEX triplet: AE, 5D and 6E. RGB value is (174,93,110). Sum of RGB (Red+Green+Blue) = 174+93+110=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5D6E is #51A291. Grayscale: #777777. Windows color (decimal): -5350034 or 7232942. OLE color: 7232942.

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

Color convert

RGB 174 93 110 -
CMYK 0 0.47 0.37 0.32
HSL 347.41º 0.33% 0.52% -
HSV(B) 347.41º 0.47% 0.68% -
XYZ 24.18 17.95 16.94 -
YUV 119.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 174 93 110 0 0.47 0.37 0.32 347.41 0.33 0.52
Hex AE 5D 6E 0 2F 25 20 15B 21 34
Octal 256 135 156 0 57 45 40 533 41 64
Binary 10101110 1011101 1101110 0 101111 100101 100000 101011011 100001 110100

Color Harmonies of #AE5D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D6E

Black with #AE5D6E

Text Example


Text Example

White with #AE5D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D6E; }

 p { color: rgb(174,93,110); }

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

background-color css

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

 a { background-color: rgb(174,93,110); }

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

border-color css

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

 span { border-color: rgb(174,93,110); }

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