Html Css Color HEX #AE949D Shady Lady

📋 copy color: '#AE949D'

red 174 ◦ green 148 ◦ blue 157

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

Shades of Shady Lady #AE949D

Tints of Shady Lady #AE949D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.78%

R = 36.33%
G = 30.9%
B = 32.78%

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

#AE949D (or 0xAE949D) is known color: Shady Lady. HEX triplet: AE, 94 and 9D. RGB value is (174,148,157). Sum of RGB (Red+Green+Blue) = 174+148+157=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 174 - color contains mainly: red. Hex color #AE949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE949D is #516B62. Grayscale: #9C9C9C. Windows color (decimal): -5335907 or 10327214. OLE color: 10327214.

HSL color Cylindrical-coordinate representation of color #AE949D: hue angle of 339.23º 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 #AE949D is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 148 157 -
CMYK 0 0.15 0.10 0.32
HSL 339.23º 0.14% 0.63% -
HSV(B) 339.23º 0.15% 0.68% -
XYZ 34.13 32.61 36.39 -
YUV 156.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 174 148 157 0 0.15 0.10 0.32 339.23 0.14 0.63
Hex AE 94 9D 0 F A 20 153 E 3F
Octal 256 224 235 0 17 12 40 523 16 77
Binary 10101110 10010100 10011101 0 1111 1010 100000 101010011 1110 111111

Color Harmonies of #AE949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE949D

Black with #AE949D

Text Example


Text Example

White with #AE949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE949D; }

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

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

background-color css

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

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

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

border-color css

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

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

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