#AE949D

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

Shades of Shady Lady #AE949D

Tints of Shady Lady #AE949D

Color information

#AE949D (or 0xAE949D) is unknown color: approx 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

RGB174148157-
CMYK00.150.100.32
HSL339.23º13.83%63.14%-
HSV(B)339.23º14.94%68.24%-
XYZ34.1332.6136.39-
YUV156.8128.11140.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=36.33%
G=30.90%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414815700.150.100.32339.2313.8363.14
HexAE949D0FA20153e3f
Octal25622423501712405231677
Binary1010111010010100100111010111110101000001010100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>