#AA949B

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

Shades of Shady Lady #AA949B

Tints of Shady Lady #AA949B

Color information

#AA949B (or 0xAA949B) is unknown color: approx Shady Lady. HEX triplet: AA, 94 and 9B. RGB value is (170,148,155). Sum of RGB (Red+Green+Blue) = 170+148+155=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA949B is #556B64. Grayscale: #9B9B9B. Windows color (decimal): -5598053 or 10196138. OLE color: 10196138.

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

Color convert

RGB170148155-
CMYK00.130.090.33
HSL340.91º11.46%62.35%-
HSV(B)340.91º12.94%66.67%-
XYZ33.0832.0935.46-
YUV155.38127.79138.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 155 (60.94% from 255) = 32.77%
R=35.94%
G=31.29%
B=32.77%

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
Decimal17014815500.130.090.33340.9111.4662.35
HexAA949B0D921155b3e
Octal25222423301511415251376
Binary1010101010010100100110110110110011000011010101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA949B; }

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

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

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

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

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

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

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

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