Html Css Color HEX #AE5C6B Blush

📋 copy color: '#AE5C6B'

red 174 ◦ green 92 ◦ blue 107

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

Shades of Blush #AE5C6B

Tints of Blush #AE5C6B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.66%

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

R = 46.65%
G = 24.66%
B = 28.69%

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

#AE5C6B (or 0xAE5C6B) is known color: Blush. HEX triplet: AE, 5C and 6B. RGB value is (174,92,107). Sum of RGB (Red+Green+Blue) = 174+92+107=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5C6B is #51A394. Grayscale: #767676. Windows color (decimal): -5350293 or 7036078. OLE color: 7036078.

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

Color convert

RGB 174 92 107 -
CMYK 0 0.47 0.39 0.32
HSL 349.02º 0.34% 0.52% -
HSV(B) 349.02º 0.47% 0.68% -
XYZ 23.94 17.71 16.07 -
YUV 118.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 174 92 107 0 0.47 0.39 0.32 349.02 0.34 0.52
Hex AE 5C 6B 0 2F 27 20 15D 22 34
Octal 256 134 153 0 57 47 40 535 42 64
Binary 10101110 1011100 1101011 0 101111 100111 100000 101011101 100010 110100

Color Harmonies of #AE5C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5C6B

Black with #AE5C6B

Text Example


Text Example

White with #AE5C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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