#A9949F

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

Shades of Shady Lady #A9949F

Tints of Shady Lady #A9949F

Color information

#A9949F (or 0xA9949F) is unknown color: approx Shady Lady. HEX triplet: A9, 94 and 9F. RGB value is (169,148,159). Sum of RGB (Red+Green+Blue) = 169+148+159=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A9949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9949F is #566B60. Grayscale: #9B9B9B. Windows color (decimal): -5663585 or 10458281. OLE color: 10458281.

HSL color Cylindrical-coordinate representation of color #A9949F: hue angle of 328.57º degrees, saturation: 0.11, 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 #A9949F is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB169148159-
CMYK00.120.060.34
HSL328.57º10.88%62.16%-
HSV(B)328.57º12.43%66.27%-
XYZ33.2132.1237.25-
YUV155.53129.96137.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 159 (62.5% from 255) = 33.40%
R=35.50%
G=31.09%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914815900.120.060.34328.5710.8862.16
HexA9949F0C622149b3e
Octal2512242370146425111376
Binary101010011001010010011111011001101000101010010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9949F; }

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

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

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

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

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

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

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

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