#AE97A2

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

Shades of Shady Lady #AE97A2

Tints of Shady Lady #AE97A2

Color information

#AE97A2 (or 0xAE97A2) is unknown color: approx Shady Lady. HEX triplet: AE, 97 and A2. RGB value is (174,151,162). Sum of RGB (Red+Green+Blue) = 174+151+162=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AE97A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE97A2 is #51685D. Grayscale: #9F9F9F. Windows color (decimal): -5335134 or 10655662. OLE color: 10655662.

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

Color convert

RGB174151162-
CMYK00.130.070.32
HSL331.3º12.43%63.73%-
HSV(B)331.3º13.22%68.24%-
XYZ35.0433.7438.85-
YUV159.13129.62138.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 162 (63.67% from 255) = 33.26%
R=35.73%
G=31.01%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415116200.130.070.32331.312.4363.73
HexAE97A20D72014bc40
Octal25622724201574051314100
Binary1010111010010111101000100110111110000010100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97A2; }

 p { color: rgb(174,151,162); }

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

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

 a { background-color: rgb(174,151,162); }

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

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

 span { border-color: rgb(174,151,162); }

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