#AA949D

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

Shades of Shady Lady #AA949D

Tints of Shady Lady #AA949D

Color information

#AA949D (or 0xAA949D) is unknown color: approx Shady Lady. HEX triplet: AA, 94 and 9D. RGB value is (170,148,157). Sum of RGB (Red+Green+Blue) = 170+148+157=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA949D is #556B62. Grayscale: #9B9B9B. Windows color (decimal): -5598051 or 10327210. OLE color: 10327210.

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

Color convert

RGB170148157-
CMYK00.130.080.33
HSL335.45º11.46%62.35%-
HSV(B)335.45º12.94%66.67%-
XYZ33.2532.1636.35-
YUV155.6128.79138.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=35.79%
G=31.16%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014815700.130.080.33335.4511.4662.35
HexAA949D0D82114fb3e
Octal25222423501510415171376
Binary1010101010010100100111010110110001000011010011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA949D; }

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

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

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

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

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

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

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

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