Html Css Color HEX #AE4E68 Blush

📋 copy color: '#AE4E68'

red 174 ◦ green 78 ◦ blue 104

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

Shades of Blush #AE4E68

Tints of Blush #AE4E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.91%

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 48.88%
G = 21.91%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE4E68 (or 0xAE4E68) is known color: Blush. HEX triplet: AE, 4E and 68. RGB value is (174,78,104). Sum of RGB (Red+Green+Blue) = 174+78+104=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4E68 is #51B197. Grayscale: #6D6D6D. Windows color (decimal): -5353880 or 6835886. OLE color: 6835886.

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

Color convert

RGB 174 78 104 -
CMYK 0 0.55 0.40 0.32
HSL 343.75º 0.38% 0.49% -
HSV(B) 343.75º 0.55% 0.68% -
XYZ 22.68 15.45 14.88 -
YUV 109.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 174 78 104 0 0.55 0.40 0.32 343.75 0.38 0.49
Hex AE 4E 68 0 37 28 20 158 26 31
Octal 256 116 150 0 67 50 40 530 46 61
Binary 10101110 1001110 1101000 0 110111 101000 100000 101011000 100110 110001

Color Harmonies of #AE4E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4E68

Black with #AE4E68

Text Example


Text Example

White with #AE4E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4E68; }

 p { color: rgb(174,78,104); }

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

background-color css

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

 a { background-color: rgb(174,78,104); }

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

border-color css

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

 span { border-color: rgb(174,78,104); }

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