#AA959A

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

Shades of Shady Lady #AA959A

Tints of Shady Lady #AA959A

Color information

#AA959A (or 0xAA959A) is unknown color: approx Shady Lady. HEX triplet: AA, 95 and 9A. RGB value is (170,149,154). Sum of RGB (Red+Green+Blue) = 170+149+154=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA959A is #556A65. Grayscale: #9B9B9B. Windows color (decimal): -5597798 or 10130858. OLE color: 10130858.

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

Color convert

RGB170149154-
CMYK00.120.090.33
HSL345.71º10.99%62.55%-
HSV(B)345.71º12.35%66.67%-
XYZ33.1632.3735.07-
YUV155.85126.96138.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 149 (58.59% from 255) = 31.50%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=35.94%
G=31.50%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014915400.120.090.33345.7110.9962.55
HexAA959A0C92115ab3f
Octal25222523201411415321377
Binary1010101010010101100110100110010011000011010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA959A; }

 p { color: rgb(170,149,154); }

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

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

 a { background-color: rgb(170,149,154); }

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

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

 span { border-color: rgb(170,149,154); }

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