Html Css Color HEX #AE506C Blush

📋 copy color: '#AE506C'

red 174 ◦ green 80 ◦ blue 108

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

Shades of Blush #AE506C

Tints of Blush #AE506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

 BLUE value IS 108 (42.58% from 255) = 29.83%

R = 48.07%
G = 22.1%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE506C (or 0xAE506C) is known color: Blush. HEX triplet: AE, 50 and 6C. RGB value is (174,80,108). Sum of RGB (Red+Green+Blue) = 174+80+108=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE506C is #51AF93. Grayscale: #6F6F6F. Windows color (decimal): -5353364 or 7098542. OLE color: 7098542.

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

Color convert

RGB 174 80 108 -
CMYK 0 0.54 0.38 0.32
HSL 342.13º 0.37% 0.5% -
HSV(B) 342.13º 0.54% 0.68% -
XYZ 23.03 15.82 16.03 -
YUV 111.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 174 80 108 0 0.54 0.38 0.32 342.13 0.37 0.5
Hex AE 50 6C 0 36 26 20 156 25 32
Octal 256 120 154 0 66 46 40 526 45 62
Binary 10101110 1010000 1101100 0 110110 100110 100000 101010110 100101 110010

Color Harmonies of #AE506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE506C

Black with #AE506C

Text Example


Text Example

White with #AE506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE506C; }

 p { color: rgb(174,80,108); }

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

background-color css

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

 a { background-color: rgb(174,80,108); }

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

border-color css

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

 span { border-color: rgb(174,80,108); }

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