#AA969C

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

Shades of Shady Lady #AA969C

Tints of Shady Lady #AA969C

Color information

#AA969C (or 0xAA969C) is unknown color: approx Shady Lady. HEX triplet: AA, 96 and 9C. RGB value is (170,150,156). Sum of RGB (Red+Green+Blue) = 170+150+156=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA969C is #556963. Grayscale: #9C9C9C. Windows color (decimal): -5597540 or 10262186. OLE color: 10262186.

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

Color convert

RGB170150156-
CMYK00.120.080.33
HSL342º10.53%62.75%-
HSV(B)342º11.76%66.67%-
XYZ33.4832.7636.01-
YUV156.66127.63137.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 150 (58.98% from 255) = 31.51%
BLUE value IS 156 (61.33% from 255) = 32.77%
R=35.71%
G=31.51%
B=32.77%

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
Decimal17015015600.120.080.3334210.5362.75
HexAA969C0C821156b3f
Octal25222623401410415261377
Binary1010101010010110100111000110010001000011010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA969C; }

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

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

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

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

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

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

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

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