#A99B9F

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

Shades of Shady Lady #A99B9F

Tints of Shady Lady #A99B9F

Color information

#A99B9F (or 0xA99B9F) is unknown color: approx Shady Lady. HEX triplet: A9, 9B and 9F. RGB value is (169,155,159). Sum of RGB (Red+Green+Blue) = 169+155+159=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B9F is #566460. Grayscale: #9F9F9F. Windows color (decimal): -5661793 or 10460073. OLE color: 10460073.

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

Color convert

RGB169155159-
CMYK00.080.060.34
HSL342.86º7.53%63.53%-
HSV(B)342.86º8.28%66.27%-
XYZ34.3434.3837.63-
YUV159.64127.64134.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 159 (62.5% from 255) = 32.92%
R=34.99%
G=32.09%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915515900.080.060.34342.867.5363.53
HexA99B9F08622157840
Octal25123323701064252710100
Binary1010100110011011100111110100011010001010101011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99B9F; }

 p { color: rgb(169,155,159); }

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

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

 a { background-color: rgb(169,155,159); }

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

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

 span { border-color: rgb(169,155,159); }

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