Html Css Color HEX #AE949C Shady Lady

📋 copy color: '#AE949C'

red 174 ◦ green 148 ◦ blue 156

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

Shades of Shady Lady #AE949C

Tints of Shady Lady #AE949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.96%

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 36.4%
G = 30.96%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE949C (or 0xAE949C) is known color: Shady Lady. HEX triplet: AE, 94 and 9C. RGB value is (174,148,156). Sum of RGB (Red+Green+Blue) = 174+148+156=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AE949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE949C is #516B63. Grayscale: #9C9C9C. Windows color (decimal): -5335908 or 10261678. OLE color: 10261678.

HSL color Cylindrical-coordinate representation of color #AE949C: hue angle of 341.54º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AE949C is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 148 156 -
CMYK 0 0.15 0.10 0.32
HSL 341.54º 0.14% 0.63% -
HSV(B) 341.54º 0.15% 0.68% -
XYZ 34.05 32.58 35.95 -
YUV 156.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 174 148 156 0 0.15 0.10 0.32 341.54 0.14 0.63
Hex AE 94 9C 0 F A 20 156 E 3F
Octal 256 224 234 0 17 12 40 526 16 77
Binary 10101110 10010100 10011100 0 1111 1010 100000 101010110 1110 111111

Color Harmonies of #AE949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE949C

Black with #AE949C

Text Example


Text Example

White with #AE949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE949C; }

 p { color: rgb(174,148,156); }

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

background-color css

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

 a { background-color: rgb(174,148,156); }

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

border-color css

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

 span { border-color: rgb(174,148,156); }

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