#A9959A

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

Shades of Shady Lady #A9959A

Tints of Shady Lady #A9959A

Color information

#A9959A (or 0xA9959A) is unknown color: approx Shady Lady. HEX triplet: A9, 95 and 9A. RGB value is (169,149,154). Sum of RGB (Red+Green+Blue) = 169+149+154=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 169 - color contains mainly: red. Hex color #A9959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9959A is #566A65. Grayscale: #9B9B9B. Windows color (decimal): -5663334 or 10130857. OLE color: 10130857.

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

Color convert

RGB169149154-
CMYK00.120.090.34
HSL345º10.42%62.35%-
HSV(B)345º11.83%66.27%-
XYZ32.9432.2635.06-
YUV155.55127.13137.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=35.81%
G=31.57%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914915400.120.090.3434510.4262.35
HexA9959A0C922159a3e
Octal25122523201411425311276
Binary1010100110010101100110100110010011000101010110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9959A; }

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

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

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

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

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

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

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

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