#AE8D9A

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

Shades of Shady Lady #AE8D9A

Tints of Shady Lady #AE8D9A

Color information

#AE8D9A (or 0xAE8D9A) is unknown color: approx Shady Lady. HEX triplet: AE, 8D and 9A. RGB value is (174,141,154). Sum of RGB (Red+Green+Blue) = 174+141+154=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8D9A is #517265. Grayscale: #989898. Windows color (decimal): -5337702 or 10128814. OLE color: 10128814.

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

Color convert

RGB174141154-
CMYK00.190.110.32
HSL336.36º16.92%61.76%-
HSV(B)336.36º18.97%68.24%-
XYZ32.8130.3834.71-
YUV152.35128.93143.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 141 (55.47% from 255) = 30.06%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=37.10%
G=30.06%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414115400.190.110.32336.3616.9261.76
HexAE8D9A013B20150113e
Octal25621523202313405202176
Binary101011101000110110011010010011101110000010101000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D9A; }

 p { color: rgb(174,141,154); }

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

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

 a { background-color: rgb(174,141,154); }

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

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

 span { border-color: rgb(174,141,154); }

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