#AE989E

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

Shades of Shady Lady #AE989E

Tints of Shady Lady #AE989E

Color information

#AE989E (or 0xAE989E) is unknown color: approx Shady Lady. HEX triplet: AE, 98 and 9E. RGB value is (174,152,158). Sum of RGB (Red+Green+Blue) = 174+152+158=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AE989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE989E is #516761. Grayscale: #9F9F9F. Windows color (decimal): -5334882 or 10393774. OLE color: 10393774.

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

Color convert

RGB174152158-
CMYK00.130.090.32
HSL343.64º11.96%63.92%-
HSV(B)343.64º12.64%68.24%-
XYZ34.8633.9237.06-
YUV159.26127.29138.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 158 (62.11% from 255) = 32.64%
R=35.95%
G=31.40%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415215800.130.090.32343.6411.9663.92
HexAE989E0D920158c40
Octal256230236015114053014100
Binary10101110100110001001111001101100110000010101100011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE989E; }

 p { color: rgb(174,152,158); }

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

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

 a { background-color: rgb(174,152,158); }

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

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

 span { border-color: rgb(174,152,158); }

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