Html Css Color HEX #AE506D Blush

📋 copy color: '#AE506D'

red 174 ◦ green 80 ◦ blue 109

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

Shades of Blush #AE506D

Tints of Blush #AE506D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 47.93%
G = 22.04%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE506D (or 0xAE506D) is known color: Blush. HEX triplet: AE, 50 and 6D. RGB value is (174,80,109). Sum of RGB (Red+Green+Blue) = 174+80+109=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE506D is #51AF92. Grayscale: #6F6F6F. Windows color (decimal): -5353363 or 7164078. OLE color: 7164078.

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

Color convert

RGB 174 80 109 -
CMYK 0 0.54 0.37 0.32
HSL 341.49º 0.37% 0.5% -
HSV(B) 341.49º 0.54% 0.68% -
XYZ 23.08 15.84 16.31 -
YUV 111.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 174 80 109 0 0.54 0.37 0.32 341.49 0.37 0.5
Hex AE 50 6D 0 36 25 20 155 25 32
Octal 256 120 155 0 66 45 40 525 45 62
Binary 10101110 1010000 1101101 0 110110 100101 100000 101010101 100101 110010

Color Harmonies of #AE506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE506D

Black with #AE506D

Text Example


Text Example

White with #AE506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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