#A9999E

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

Shades of Shady Lady #A9999E

Tints of Shady Lady #A9999E

Color information

#A9999E (or 0xA9999E) is unknown color: approx Shady Lady. HEX triplet: A9, 99 and 9E. RGB value is (169,153,158). Sum of RGB (Red+Green+Blue) = 169+153+158=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 169 - color contains mainly: red. Hex color #A9999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9999E is #566661. Grayscale: #9E9E9E. Windows color (decimal): -5662306 or 10394025. OLE color: 10394025.

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

Color convert

RGB169153158-
CMYK00.090.070.34
HSL341.25º8.51%63.14%-
HSV(B)341.25º9.47%66.27%-
XYZ33.9233.6937.06-
YUV158.35127.8135.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 158 (62.11% from 255) = 32.92%
R=35.21%
G=31.88%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915315800.090.070.34341.258.5163.14
HexA9999E0972215593f
Octal2512312360117425251177
Binary101010011001100110011110010011111000101010101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9999E; }

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

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

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

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

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

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

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

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