#AEA9AB

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

Shades of Shady Lady #AEA9AB

Tints of Shady Lady #AEA9AB

Color information

#AEA9AB (or 0xAEA9AB) is unknown color: approx Shady Lady. HEX triplet: AE, A9 and AB. RGB value is (174,169,171). Sum of RGB (Red+Green+Blue) = 174+169+171=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA9AB is #515654. Grayscale: #AAAAAA. Windows color (decimal): -5330517 or 11250094. OLE color: 11250094.

HSL color Cylindrical-coordinate representation of color #AEA9AB: hue angle of 336º degrees, saturation: 0.03, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEA9AB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB174169171-
CMYK00.030.020.32
HSL336º2.99%67.25%-
HSV(B)336º2.87%68.24%-
XYZ38.9940.3144.25-
YUV170.72128.16130.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 169 (66.41% from 255) = 32.88%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=33.85%
G=32.88%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416917100.030.020.323362.9967.25
HexAEA9AB03220150343
Octal256251253032405203103
Binary10101110101010011010101101110100000101010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9AB; }

 p { color: rgb(174,169,171); }

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

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

 a { background-color: rgb(174,169,171); }

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

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

 span { border-color: rgb(174,169,171); }

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