#A99A9D

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

Shades of Shady Lady #A99A9D

Tints of Shady Lady #A99A9D

Color information

#A99A9D (or 0xA99A9D) is unknown color: approx Shady Lady. HEX triplet: A9, 9A and 9D. RGB value is (169,154,157). Sum of RGB (Red+Green+Blue) = 169+154+157=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99A9D is #566562. Grayscale: #9E9E9E. Windows color (decimal): -5662051 or 10328745. OLE color: 10328745.

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

Color convert

RGB169154157-
CMYK00.090.070.34
HSL348º8.02%63.33%-
HSV(B)348º8.88%66.27%-
XYZ3433.9836.67-
YUV158.83126.97135.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 157 (61.72% from 255) = 32.71%
R=35.21%
G=32.08%
B=32.71%

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
Decimal16915415700.090.070.343488.0263.33
HexA99A9D0972215c83f
Octal2512322350117425341077
Binary101010011001101010011101010011111000101010111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A9D; }

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

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

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

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

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

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

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

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