Html Css Color HEX #AE5971 Blush

📋 copy color: '#AE5971'

red 174 ◦ green 89 ◦ blue 113

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

Shades of Blush #AE5971

Tints of Blush #AE5971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 46.28%
G = 23.67%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AE5971 (or 0xAE5971) is known color: Blush. HEX triplet: AE, 59 and 71. RGB value is (174,89,113). Sum of RGB (Red+Green+Blue) = 174+89+113=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5971 is #51A68E. Grayscale: #757575. Windows color (decimal): -5351055 or 7428526. OLE color: 7428526.

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

Color convert

RGB 174 89 113 -
CMYK 0 0.49 0.35 0.32
HSL 343.06º 0.34% 0.52% -
HSV(B) 343.06º 0.49% 0.68% -
XYZ 24.01 17.34 17.7 -
YUV 117.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 174 89 113 0 0.49 0.35 0.32 343.06 0.34 0.52
Hex AE 59 71 0 31 23 20 157 22 34
Octal 256 131 161 0 61 43 40 527 42 64
Binary 10101110 1011001 1110001 0 110001 100011 100000 101010111 100010 110100

Color Harmonies of #AE5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5971

Black with #AE5971

Text Example


Text Example

White with #AE5971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5971; }

 p { color: rgb(174,89,113); }

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

background-color css

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

 a { background-color: rgb(174,89,113); }

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

border-color css

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

 span { border-color: rgb(174,89,113); }

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