#AA939C

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

Shades of Shady Lady #AA939C

Tints of Shady Lady #AA939C

Color information

#AA939C (or 0xAA939C) is unknown color: approx Shady Lady. HEX triplet: AA, 93 and 9C. RGB value is (170,147,156). Sum of RGB (Red+Green+Blue) = 170+147+156=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA939C is #556C63. Grayscale: #9A9A9A. Windows color (decimal): -5598308 or 10261418. OLE color: 10261418.

HSL color Cylindrical-coordinate representation of color #AA939C: hue angle of 336.52º 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 #AA939C is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170147156-
CMYK00.140.080.33
HSL336.52º11.92%62.16%-
HSV(B)336.52º13.53%66.67%-
XYZ33.0131.8135.85-
YUV154.9128.62138.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=35.94%
G=31.08%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014715600.140.080.33336.5211.9262.16
HexAA939C0E821151c3e
Octal25222323401610415211476
Binary1010101010010011100111000111010001000011010100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA939C; }

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

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

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

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

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

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

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

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