#AA939B

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

Shades of Shady Lady #AA939B

Tints of Shady Lady #AA939B

Color information

#AA939B (or 0xAA939B) is unknown color: approx Shady Lady. HEX triplet: AA, 93 and 9B. RGB value is (170,147,155). Sum of RGB (Red+Green+Blue) = 170+147+155=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA939B is #556C64. Grayscale: #9A9A9A. Windows color (decimal): -5598309 or 10195882. OLE color: 10195882.

HSL color Cylindrical-coordinate representation of color #AA939B: hue angle of 339.13º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA939B is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB170147155-
CMYK00.140.090.33
HSL339.13º11.92%62.16%-
HSV(B)339.13º13.53%66.67%-
XYZ32.9331.7835.41-
YUV154.79128.12138.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 147 (57.81% from 255) = 31.14%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=36.02%
G=31.14%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014715500.140.090.33339.1311.9262.16
HexAA939B0E921153c3e
Octal25222323301611415231476
Binary1010101010010011100110110111010011000011010100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA939B; }

 p { color: rgb(170,147,155); }

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

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

 a { background-color: rgb(170,147,155); }

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

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

 span { border-color: rgb(170,147,155); }

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