#AA9BA5

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

Shades of Shady Lady #AA9BA5

Tints of Shady Lady #AA9BA5

Color information

#AA9BA5 (or 0xAA9BA5) is unknown color: approx Shady Lady. HEX triplet: AA, 9B and A5. RGB value is (170,155,165). Sum of RGB (Red+Green+Blue) = 170+155+165=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BA5 is #55645A. Grayscale: #A0A0A0. Windows color (decimal): -5596251 or 10853290. OLE color: 10853290.

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

Color convert

RGB170155165-
CMYK00.090.030.33
HSL320º8.11%63.73%-
HSV(B)320º8.82%66.67%-
XYZ35.0934.7140.45-
YUV160.62130.47134.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 165 (64.84% from 255) = 33.67%
R=34.69%
G=31.63%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015516500.090.030.333208.1163.73
HexAA9BA509321140840
Octal25223324501134150010100
Binary101010101001101110100101010011110000110100000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BA5; }

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

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

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

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

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

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

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

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