#A9909C

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

Shades of Shady Lady #A9909C

Tints of Shady Lady #A9909C

Color information

#A9909C (or 0xA9909C) is unknown color: approx Shady Lady. HEX triplet: A9, 90 and 9C. RGB value is (169,144,156). Sum of RGB (Red+Green+Blue) = 169+144+156=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 169 - color contains mainly: red. Hex color #A9909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9909C is #566F63. Grayscale: #989898. Windows color (decimal): -5664612 or 10260649. OLE color: 10260649.

HSL color Cylindrical-coordinate representation of color #A9909C: hue angle of 331.2º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9909C is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB169144156-
CMYK00.150.080.34
HSL331.2º12.69%61.37%-
HSV(B)331.2º14.79%66.27%-
XYZ32.3430.7835.69-
YUV152.84129.78139.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=36.03%
G=30.70%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914415600.150.080.34331.212.6961.37
HexA9909C0F82214bd3d
Octal25122023401710425131575
Binary1010100110010000100111000111110001000101010010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9909C; }

 p { color: rgb(169,144,156); }

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

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

 a { background-color: rgb(169,144,156); }

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

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

 span { border-color: rgb(169,144,156); }

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