#A9969E

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

Shades of Shady Lady #A9969E

Tints of Shady Lady #A9969E

Color information

#A9969E (or 0xA9969E) is unknown color: approx Shady Lady. HEX triplet: A9, 96 and 9E. RGB value is (169,150,158). Sum of RGB (Red+Green+Blue) = 169+150+158=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 169 - color contains mainly: red. Hex color #A9969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9969E is #566961. Grayscale: #9C9C9C. Windows color (decimal): -5663074 or 10393257. OLE color: 10393257.

HSL color Cylindrical-coordinate representation of color #A9969E: hue angle of 334.74º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9969E is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB169150158-
CMYK00.110.070.34
HSL334.74º9.95%62.55%-
HSV(B)334.74º11.24%66.27%-
XYZ33.4432.7236.9-
YUV156.59128.79136.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=35.43%
G=31.45%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915015800.110.070.34334.749.9562.55
HexA9969E0B72214fa3f
Octal2512262360137425171277
Binary101010011001011010011110010111111000101010011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9969E; }

 p { color: rgb(169,150,158); }

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

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

 a { background-color: rgb(169,150,158); }

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

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

 span { border-color: rgb(169,150,158); }

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