Html Css Color HEX #AE959D Shady Lady

📋 copy color: '#AE959D'

red 174 ◦ green 149 ◦ blue 157

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

Shades of Shady Lady #AE959D

Tints of Shady Lady #AE959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.04%

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

R = 36.25%
G = 31.04%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE959D (or 0xAE959D) is known color: Shady Lady. HEX triplet: AE, 95 and 9D. RGB value is (174,149,157). Sum of RGB (Red+Green+Blue) = 174+149+157=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AE959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE959D is #516A62. Grayscale: #9D9D9D. Windows color (decimal): -5335651 or 10327470. OLE color: 10327470.

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

Color convert

RGB 174 149 157 -
CMYK 0 0.14 0.10 0.32
HSL 340.8º 0.13% 0.63% -
HSV(B) 340.8º 0.14% 0.68% -
XYZ 34.29 32.93 36.45 -
YUV 157.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 174 149 157 0 0.14 0.10 0.32 340.8 0.13 0.63
Hex AE 95 9D 0 E A 20 155 D 3F
Octal 256 225 235 0 16 12 40 525 15 77
Binary 10101110 10010101 10011101 0 1110 1010 100000 101010101 1101 111111

Color Harmonies of #AE959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE959D

Black with #AE959D

Text Example


Text Example

White with #AE959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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