#AE91A0

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

Shades of Shady Lady #AE91A0

Tints of Shady Lady #AE91A0

Color information

#AE91A0 (or 0xAE91A0) is unknown color: approx Shady Lady. HEX triplet: AE, 91 and A0. RGB value is (174,145,160). Sum of RGB (Red+Green+Blue) = 174+145+160=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 174 - color contains mainly: red. Hex color #AE91A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE91A0 is #516E5F. Grayscale: #9B9B9B. Windows color (decimal): -5336672 or 10523054. OLE color: 10523054.

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

Color convert

RGB174145160-
CMYK00.170.080.32
HSL328.97º15.18%62.55%-
HSV(B)328.97º16.67%68.24%-
XYZ33.9331.7937.61-
YUV155.38130.61141.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=36.33%
G=30.27%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414516000.170.080.32328.9715.1862.55
HexAE91A0011820149f3f
Octal25622124002110405111777
Binary10101110100100011010000001000110001000001010010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91A0; }

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

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

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

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

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

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

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

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