#AA959E

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

Shades of Shady Lady #AA959E

Tints of Shady Lady #AA959E

Color information

#AA959E (or 0xAA959E) is unknown color: approx Shady Lady. HEX triplet: AA, 95 and 9E. RGB value is (170,149,158). Sum of RGB (Red+Green+Blue) = 170+149+158=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AA959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA959E is #556A61. Grayscale: #9C9C9C. Windows color (decimal): -5597794 or 10393002. OLE color: 10393002.

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

Color convert

RGB170149158-
CMYK00.120.070.33
HSL334.29º10.99%62.55%-
HSV(B)334.29º12.35%66.67%-
XYZ33.532.5136.86-
YUV156.3128.96137.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=35.64%
G=31.24%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014915800.120.070.33334.2910.9962.55
HexAA959E0C72114eb3f
Octal2522252360147415161377
Binary101010101001010110011110011001111000011010011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA959E; }

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

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

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

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

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

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

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

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