#AA959C

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

Shades of Shady Lady #AA959C

Tints of Shady Lady #AA959C

Color information

#AA959C (or 0xAA959C) is unknown color: approx Shady Lady. HEX triplet: AA, 95 and 9C. RGB value is (170,149,156). Sum of RGB (Red+Green+Blue) = 170+149+156=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA959C is #556A63. Grayscale: #9C9C9C. Windows color (decimal): -5597796 or 10261930. OLE color: 10261930.

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

Color convert

RGB170149156-
CMYK00.120.080.33
HSL340º10.99%62.55%-
HSV(B)340º12.35%66.67%-
XYZ33.3332.4435.96-
YUV156.08127.96137.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=35.79%
G=31.37%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014915600.120.080.3334010.9962.55
HexAA959C0C821154b3f
Octal25222523401410415241377
Binary1010101010010101100111000110010001000011010101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA959C; }

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

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

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

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

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

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

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

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