#A9969A

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

Shades of Shady Lady #A9969A

Tints of Shady Lady #A9969A

Color information

#A9969A (or 0xA9969A) is unknown color: approx Shady Lady. HEX triplet: A9, 96 and 9A. RGB value is (169,150,154). Sum of RGB (Red+Green+Blue) = 169+150+154=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 169 - color contains mainly: red. Hex color #A9969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9969A is #566965. Grayscale: #9C9C9C. Windows color (decimal): -5663078 or 10131113. OLE color: 10131113.

HSL color Cylindrical-coordinate representation of color #A9969A: hue angle of 347.37º 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 #A9969A is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB169150154-
CMYK00.110.090.34
HSL347.37º9.95%62.55%-
HSV(B)347.37º11.24%66.27%-
XYZ33.132.5835.12-
YUV156.14126.79137.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=35.73%
G=31.71%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915015400.110.090.34347.379.9562.55
HexA9969A0B92215ba3f
Octal25122623201311425331277
Binary1010100110010110100110100101110011000101010110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9969A; }

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

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

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

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

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

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

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

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