Html Css Color HEX #AE4C6A Blush

📋 copy color: '#AE4C6A'

red 174 ◦ green 76 ◦ blue 106

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

Shades of Blush #AE4C6A

Tints of Blush #AE4C6A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.35%

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

R = 48.88%
G = 21.35%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE4C6A (or 0xAE4C6A) is known color: Blush. HEX triplet: AE, 4C and 6A. RGB value is (174,76,106). Sum of RGB (Red+Green+Blue) = 174+76+106=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4C6A is #51B395. Grayscale: #6C6C6C. Windows color (decimal): -5354390 or 6966446. OLE color: 6966446.

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

Color convert

RGB 174 76 106 -
CMYK 0 0.56 0.39 0.32
HSL 341.63º 0.39% 0.49% -
HSV(B) 341.63º 0.56% 0.68% -
XYZ 22.64 15.21 15.38 -
YUV 108.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 174 76 106 0 0.56 0.39 0.32 341.63 0.39 0.49
Hex AE 4C 6A 0 38 27 20 156 27 31
Octal 256 114 152 0 70 47 40 526 47 61
Binary 10101110 1001100 1101010 0 111000 100111 100000 101010110 100111 110001

Color Harmonies of #AE4C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4C6A

Black with #AE4C6A

Text Example


Text Example

White with #AE4C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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