#AE9DA5

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

Shades of Shady Lady #AE9DA5

Tints of Shady Lady #AE9DA5

Color information

#AE9DA5 (or 0xAE9DA5) is unknown color: approx Shady Lady. HEX triplet: AE, 9D and A5. RGB value is (174,157,165). Sum of RGB (Red+Green+Blue) = 174+157+165=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9DA5 is #51625A. Grayscale: #A2A2A2. Windows color (decimal): -5333595 or 10853806. OLE color: 10853806.

HSL color Cylindrical-coordinate representation of color #AE9DA5: hue angle of 331.76º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AE9DA5 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB174157165-
CMYK00.100.050.32
HSL331.76º9.5%64.9%-
HSV(B)331.76º9.77%68.24%-
XYZ36.335.8340.6-
YUV163129.13135.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 165 (64.84% from 255) = 33.27%
R=35.08%
G=31.65%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415716500.100.050.32331.769.564.9
HexAE9DA50A52014c941
Octal25623524501254051411101
Binary1010111010011101101001010101010110000010100110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DA5; }

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

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

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

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

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

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

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

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