Html Css Color HEX #AE939F Shady Lady

📋 copy color: '#AE939F'

red 174 ◦ green 147 ◦ blue 159

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

Shades of Shady Lady #AE939F

Tints of Shady Lady #AE939F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.63%

 BLUE value IS 159 (62.5% from 255) = 33.13%

R = 36.25%
G = 30.63%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE939F (or 0xAE939F) is known color: Shady Lady. HEX triplet: AE, 93 and 9F. RGB value is (174,147,159). Sum of RGB (Red+Green+Blue) = 174+147+159=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 174 - color contains mainly: red. Hex color #AE939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE939F is #516C60. Grayscale: #9C9C9C. Windows color (decimal): -5336161 or 10458030. OLE color: 10458030.

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

Color convert

RGB 174 147 159 -
CMYK 0 0.16 0.09 0.32
HSL 333.33º 0.14% 0.63% -
HSV(B) 333.33º 0.16% 0.68% -
XYZ 34.15 32.37 37.25 -
YUV 156.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 174 147 159 0 0.16 0.09 0.32 333.33 0.14 0.63
Hex AE 93 9F 0 10 9 20 14D E 3F
Octal 256 223 237 0 20 11 40 515 16 77
Binary 10101110 10010011 10011111 0 10000 1001 100000 101001101 1110 111111

Color Harmonies of #AE939F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE939F

Black with #AE939F

Text Example


Text Example

White with #AE939F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE939F; }

 p { color: rgb(174,147,159); }

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

background-color css

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

 a { background-color: rgb(174,147,159); }

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

border-color css

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

 span { border-color: rgb(174,147,159); }

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