#AA959F

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

Shades of Shady Lady #AA959F

Tints of Shady Lady #AA959F

Color information

#AA959F (or 0xAA959F) is unknown color: approx Shady Lady. HEX triplet: AA, 95 and 9F. RGB value is (170,149,159). Sum of RGB (Red+Green+Blue) = 170+149+159=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AA959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA959F is #556A60. Grayscale: #9C9C9C. Windows color (decimal): -5597793 or 10458538. OLE color: 10458538.

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

Color convert

RGB170149159-
CMYK00.120.060.33
HSL331.43º10.99%62.55%-
HSV(B)331.43º12.35%66.67%-
XYZ33.5832.5437.31-
YUV156.42129.46137.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 149 (58.59% from 255) = 31.17%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=35.56%
G=31.17%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014915900.120.060.33331.4310.9962.55
HexAA959F0C62114bb3f
Octal2522252370146415131377
Binary101010101001010110011111011001101000011010010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA959F; }

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

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

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

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

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

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

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

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