#AEA8AA

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

Shades of Shady Lady #AEA8AA

Tints of Shady Lady #AEA8AA

Color information

#AEA8AA (or 0xAEA8AA) is unknown color: approx Shady Lady. HEX triplet: AE, A8 and AA. RGB value is (174,168,170). Sum of RGB (Red+Green+Blue) = 174+168+170=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA8AA is #515755. Grayscale: #AAAAAA. Windows color (decimal): -5330774 or 11184302. OLE color: 11184302.

HSL color Cylindrical-coordinate representation of color #AEA8AA: hue angle of 340º degrees, saturation: 0.04, 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 #AEA8AA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB174168170-
CMYK00.030.020.32
HSL340º3.57%67.06%-
HSV(B)340º3.45%68.24%-
XYZ38.7139.9143.69-
YUV170.02127.99130.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 168 (66.02% from 255) = 32.81%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=33.98%
G=32.81%
B=33.20%

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
Decimal17416817000.030.020.323403.5767.06
HexAEA8AA03220154443
Octal256250252032405244103
Binary101011101010100010101010011101000001010101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA8AA; }

 p { color: rgb(174,168,170); }

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

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

 a { background-color: rgb(174,168,170); }

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

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

 span { border-color: rgb(174,168,170); }

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