#AE969D

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

Shades of Shady Lady #AE969D

Tints of Shady Lady #AE969D

Color information

#AE969D (or 0xAE969D) is unknown color: approx Shady Lady. HEX triplet: AE, 96 and 9D. RGB value is (174,150,157). Sum of RGB (Red+Green+Blue) = 174+150+157=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 174 - color contains mainly: red. Hex color #AE969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE969D is #516962. Grayscale: #9D9D9D. Windows color (decimal): -5335395 or 10327726. OLE color: 10327726.

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

Color convert

RGB174150157-
CMYK00.140.100.32
HSL342.5º12.9%63.53%-
HSV(B)342.5º13.79%68.24%-
XYZ34.4533.2536.5-
YUV157.97127.45139.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 157 (61.72% from 255) = 32.64%
R=36.17%
G=31.19%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415015700.140.100.32342.512.963.53
HexAE969D0EA20156d40
Octal256226235016124052615100
Binary10101110100101101001110101110101010000010101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE969D; }

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

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

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

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

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

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

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

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