#AE919E

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

Shades of Shady Lady #AE919E

Tints of Shady Lady #AE919E

Color information

#AE919E (or 0xAE919E) is unknown color: approx Shady Lady. HEX triplet: AE, 91 and 9E. RGB value is (174,145,158). Sum of RGB (Red+Green+Blue) = 174+145+158=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE919E is #516E61. Grayscale: #9B9B9B. Windows color (decimal): -5336674 or 10391982. OLE color: 10391982.

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

Color convert

RGB174145158-
CMYK00.170.090.32
HSL333.1º15.18%62.55%-
HSV(B)333.1º16.67%68.24%-
XYZ33.7531.7236.69-
YUV155.15129.61141.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=36.48%
G=30.40%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414515800.170.090.32333.115.1862.55
HexAE919E01192014df3f
Octal25622123602111405151777
Binary10101110100100011001111001000110011000001010011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE919E; }

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

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

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

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

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

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

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

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