#AA9BA4

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

Shades of Shady Lady #AA9BA4

Tints of Shady Lady #AA9BA4

Color information

#AA9BA4 (or 0xAA9BA4) is unknown color: approx Shady Lady. HEX triplet: AA, 9B and A4. RGB value is (170,155,164). Sum of RGB (Red+Green+Blue) = 170+155+164=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BA4 is #55645B. Grayscale: #A0A0A0. Windows color (decimal): -5596252 or 10787754. OLE color: 10787754.

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

Color convert

RGB170155164-
CMYK00.090.040.33
HSL324º8.11%63.73%-
HSV(B)324º8.82%66.67%-
XYZ3534.6739.97-
YUV160.51129.97134.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 155 (60.94% from 255) = 31.70%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=34.76%
G=31.70%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015516400.090.040.333248.1163.73
HexAA9BA409421144840
Octal25223324401144150410100
Binary1010101010011011101001000100110010000110100010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BA4; }

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

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

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

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

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

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

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

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