#AE939D

Color #AE939D Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #AE939D

Tints of Shady Lady #AE939D

Color information

#AE939D (or 0xAE939D) is unknown color: approx Shady Lady. HEX triplet: AE, 93 and 9D. RGB value is (174,147,157). Sum of RGB (Red+Green+Blue) = 174+147+157=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AE939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE939D is #516C62. Grayscale: #9C9C9C. Windows color (decimal): -5336163 or 10326958. OLE color: 10326958.

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

Color convert

RGB174147157-
CMYK00.160.100.32
HSL337.78º14.29%62.94%-
HSV(B)337.78º15.52%68.24%-
XYZ33.9832.336.34-
YUV156.21128.45140.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 157 (61.72% from 255) = 32.85%
R=36.40%
G=30.75%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414715700.160.100.32337.7814.2962.94
HexAE939D010A20152e3f
Octal25622323502012405221677
Binary10101110100100111001110101000010101000001010100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE939D; }

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

 H1.HeaderClassName
 {
   color: #AE939D;
 }
 .AnyTagClassName
 {
   color: #AE939D;
 }
</style>
background-color css

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

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

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

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

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

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