#AEAAAB

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

Shades of Shady Lady #AEAAAB

Tints of Shady Lady #AEAAAB

Color information

#AEAAAB (or 0xAEAAAB) is unknown color: approx Shady Lady. HEX triplet: AE, AA and AB. RGB value is (174,170,171). Sum of RGB (Red+Green+Blue) = 174+170+171=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAAAB is #515554. Grayscale: #ABABAB. Windows color (decimal): -5330261 or 11250350. OLE color: 11250350.

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

Color convert

RGB174170171-
CMYK00.020.020.32
HSL345º2.41%67.45%-
HSV(B)345º2.3%68.24%-
XYZ39.1840.6944.32-
YUV171.31127.83129.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=33.79%
G=33.01%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417017100.020.020.323452.4167.45
HexAEAAAB02220159243
Octal256252253022405312103
Binary10101110101010101010101101010100000101011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAAB; }

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

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

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

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

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

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

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

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