Html Css Color HEX #AE5063 Blush

📋 copy color: '#AE5063'

red 174 ◦ green 80 ◦ blue 99

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

Shades of Blush #AE5063

Tints of Blush #AE5063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.05%

R = 49.29%
G = 22.66%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE5063 (or 0xAE5063) is known color: Blush. HEX triplet: AE, 50 and 63. RGB value is (174,80,99). Sum of RGB (Red+Green+Blue) = 174+80+99=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5063 is #51AF9C. Grayscale: #6E6E6E. Windows color (decimal): -5353373 or 6508718. OLE color: 6508718.

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

Color convert

RGB 174 80 99 -
CMYK 0 0.54 0.43 0.32
HSL 347.87º 0.37% 0.5% -
HSV(B) 347.87º 0.54% 0.68% -
XYZ 22.58 15.64 13.63 -
YUV 110.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 174 80 99 0 0.54 0.43 0.32 347.87 0.37 0.5
Hex AE 50 63 0 36 2B 20 15C 25 32
Octal 256 120 143 0 66 53 40 534 45 62
Binary 10101110 1010000 1100011 0 110110 101011 100000 101011100 100101 110010

Color Harmonies of #AE5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5063

Black with #AE5063

Text Example


Text Example

White with #AE5063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5063; }

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

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

background-color css

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

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

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

border-color css

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

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

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