#AA949A

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

Shades of Shady Lady #AA949A

Tints of Shady Lady #AA949A

Color information

#AA949A (or 0xAA949A) is unknown color: approx Shady Lady. HEX triplet: AA, 94 and 9A. RGB value is (170,148,154). Sum of RGB (Red+Green+Blue) = 170+148+154=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA949A is #556B65. Grayscale: #9B9B9B. Windows color (decimal): -5598054 or 10130602. OLE color: 10130602.

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

Color convert

RGB170148154-
CMYK00.130.090.33
HSL343.64º11.46%62.35%-
HSV(B)343.64º12.94%66.67%-
XYZ3332.0635.02-
YUV155.26127.29138.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=36.02%
G=31.36%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014815400.130.090.33343.6411.4662.35
HexAA949A0D921158b3e
Octal25222423201511415301376
Binary1010101010010100100110100110110011000011010110001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA949A; }

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

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

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

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

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

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

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

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