Html Css Color HEX #AE4F6A Blush

📋 copy color: '#AE4F6A'

red 174 ◦ green 79 ◦ blue 106

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

Shades of Blush #AE4F6A

Tints of Blush #AE4F6A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.01%

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 48.47%
G = 22.01%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE4F6A (or 0xAE4F6A) is known color: Blush. HEX triplet: AE, 4F and 6A. RGB value is (174,79,106). Sum of RGB (Red+Green+Blue) = 174+79+106=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4F6A is #51B095. Grayscale: #6E6E6E. Windows color (decimal): -5353622 or 6967214. OLE color: 6967214.

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

Color convert

RGB 174 79 106 -
CMYK 0 0.55 0.39 0.32
HSL 342.95º 0.38% 0.5% -
HSV(B) 342.95º 0.55% 0.68% -
XYZ 22.85 15.63 15.45 -
YUV 110.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 174 79 106 0 0.55 0.39 0.32 342.95 0.38 0.5
Hex AE 4F 6A 0 37 27 20 157 26 32
Octal 256 117 152 0 67 47 40 527 46 62
Binary 10101110 1001111 1101010 0 110111 100111 100000 101010111 100110 110010

Color Harmonies of #AE4F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4F6A

Black with #AE4F6A

Text Example


Text Example

White with #AE4F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4F6A; }

 p { color: rgb(174,79,106); }

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

background-color css

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

 a { background-color: rgb(174,79,106); }

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

border-color css

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

 span { border-color: rgb(174,79,106); }

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