#AA959D

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

Shades of Shady Lady #AA959D

Tints of Shady Lady #AA959D

Color information

#AA959D (or 0xAA959D) is unknown color: approx Shady Lady. HEX triplet: AA, 95 and 9D. RGB value is (170,149,157). Sum of RGB (Red+Green+Blue) = 170+149+157=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA959D is #556A62. Grayscale: #9C9C9C. Windows color (decimal): -5597795 or 10327466. OLE color: 10327466.

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

Color convert

RGB170149157-
CMYK00.120.080.33
HSL337.14º10.99%62.55%-
HSV(B)337.14º12.35%66.67%-
XYZ33.4132.4836.41-
YUV156.19128.46137.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 149 (58.59% from 255) = 31.30%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=35.71%
G=31.30%
B=32.98%

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
Decimal17014915700.120.080.33337.1410.9962.55
HexAA959D0C821151b3f
Octal25222523501410415211377
Binary1010101010010101100111010110010001000011010100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA959D; }

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

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

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

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

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

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

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

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