#AA939A

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

Shades of Shady Lady #AA939A

Tints of Shady Lady #AA939A

Color information

#AA939A (or 0xAA939A) is unknown color: approx Shady Lady. HEX triplet: AA, 93 and 9A. RGB value is (170,147,154). Sum of RGB (Red+Green+Blue) = 170+147+154=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA939A is #556C65. Grayscale: #9A9A9A. Windows color (decimal): -5598310 or 10130346. OLE color: 10130346.

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

Color convert

RGB170147154-
CMYK00.140.090.33
HSL341.74º11.92%62.16%-
HSV(B)341.74º13.53%66.67%-
XYZ32.8431.7534.97-
YUV154.68127.62138.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=36.09%
G=31.21%
B=32.70%

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
Decimal17014715400.140.090.33341.7411.9262.16
HexAA939A0E921156c3e
Octal25222323201611415261476
Binary1010101010010011100110100111010011000011010101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA939A; }

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

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

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

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

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

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

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

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