#AA9BA0

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

Shades of Shady Lady #AA9BA0

Tints of Shady Lady #AA9BA0

Color information

#AA9BA0 (or 0xAA9BA0) is unknown color: approx Shady Lady. HEX triplet: AA, 9B and A0. RGB value is (170,155,160). Sum of RGB (Red+Green+Blue) = 170+155+160=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BA0 is #55645F. Grayscale: #A0A0A0. Windows color (decimal): -5596256 or 10525610. OLE color: 10525610.

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

Color convert

RGB170155160-
CMYK00.090.060.33
HSL340º8.11%63.73%-
HSV(B)340º8.82%66.67%-
XYZ34.6434.5338.1-
YUV160.06127.97135.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 160 (62.89% from 255) = 32.99%
R=35.05%
G=31.96%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015516000.090.060.333408.1163.73
HexAA9BA009621154840
Octal25223324001164152410100
Binary1010101010011011101000000100111010000110101010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BA0; }

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

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

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

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

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

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

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

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