Html Css Color HEX #AE5D6B Blush

📋 copy color: '#AE5D6B'

red 174 ◦ green 93 ◦ blue 107

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

Shades of Blush #AE5D6B

Tints of Blush #AE5D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 46.52%
G = 24.87%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE5D6B (or 0xAE5D6B) is known color: Blush. HEX triplet: AE, 5D and 6B. RGB value is (174,93,107). Sum of RGB (Red+Green+Blue) = 174+93+107=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5D6B is #51A294. Grayscale: #767676. Windows color (decimal): -5350037 or 7036334. OLE color: 7036334.

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

Color convert

RGB 174 93 107 -
CMYK 0 0.47 0.39 0.32
HSL 349.63º 0.33% 0.52% -
HSV(B) 349.63º 0.47% 0.68% -
XYZ 24.02 17.89 16.1 -
YUV 118.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 174 93 107 0 0.47 0.39 0.32 349.63 0.33 0.52
Hex AE 5D 6B 0 2F 27 20 15E 21 34
Octal 256 135 153 0 57 47 40 536 41 64
Binary 10101110 1011101 1101011 0 101111 100111 100000 101011110 100001 110100

Color Harmonies of #AE5D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D6B

Black with #AE5D6B

Text Example


Text Example

White with #AE5D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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