#AA969F

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

Shades of Shady Lady #AA969F

Tints of Shady Lady #AA969F

Color information

#AA969F (or 0xAA969F) is unknown color: approx Shady Lady. HEX triplet: AA, 96 and 9F. RGB value is (170,150,159). Sum of RGB (Red+Green+Blue) = 170+150+159=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AA969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA969F is #556960. Grayscale: #9C9C9C. Windows color (decimal): -5597537 or 10458794. OLE color: 10458794.

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

Color convert

RGB170150159-
CMYK00.120.060.33
HSL333º10.53%62.75%-
HSV(B)333º11.76%66.67%-
XYZ33.7432.8637.37-
YUV157.01129.13137.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 159 (62.5% from 255) = 33.19%
R=35.49%
G=31.32%
B=33.19%

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
Decimal17015015900.120.060.3333310.5362.75
HexAA969F0C62114db3f
Octal2522262370146415151377
Binary101010101001011010011111011001101000011010011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA969F; }

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

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

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

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

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

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

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

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