Html Css Color HEX #AE5768 Blush

📋 copy color: '#AE5768'

red 174 ◦ green 87 ◦ blue 104

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

Shades of Blush #AE5768

Tints of Blush #AE5768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.84%

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

R = 47.67%
G = 23.84%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE5768 (or 0xAE5768) is known color: Blush. HEX triplet: AE, 57 and 68. RGB value is (174,87,104). Sum of RGB (Red+Green+Blue) = 174+87+104=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5768 is #51A897. Grayscale: #727272. Windows color (decimal): -5351576 or 6838190. OLE color: 6838190.

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

Color convert

RGB 174 87 104 -
CMYK 0 0.5 0.40 0.32
HSL 348.28º 0.35% 0.51% -
HSV(B) 348.28º 0.5% 0.68% -
XYZ 23.36 16.81 15.11 -
YUV 114.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 174 87 104 0 0.5 0.40 0.32 348.28 0.35 0.51
Hex AE 57 68 0 32 28 20 15C 23 33
Octal 256 127 150 0 62 50 40 534 43 63
Binary 10101110 1010111 1101000 0 110010 101000 100000 101011100 100011 110011

Color Harmonies of #AE5768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5768

Black with #AE5768

Text Example


Text Example

White with #AE5768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5768; }

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

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

background-color css

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

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

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

border-color css

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

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

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