#A9929A

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

Shades of Shady Lady #A9929A

Tints of Shady Lady #A9929A

Color information

#A9929A (or 0xA9929A) is unknown color: approx Shady Lady. HEX triplet: A9, 92 and 9A. RGB value is (169,146,154). Sum of RGB (Red+Green+Blue) = 169+146+154=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 169 - color contains mainly: red. Hex color #A9929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9929A is #566D65. Grayscale: #999999. Windows color (decimal): -5664102 or 10130089. OLE color: 10130089.

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

Color convert

RGB169146154-
CMYK00.140.090.34
HSL339.13º11.79%61.76%-
HSV(B)339.13º13.61%66.27%-
XYZ32.4731.3334.91-
YUV153.79128.12138.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=36.03%
G=31.13%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914615400.140.090.34339.1311.7961.76
HexA9929A0E922153c3e
Octal25122223201611425231476
Binary1010100110010010100110100111010011000101010100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9929A; }

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

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

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

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

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

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

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

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