#A3949C

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

Shades of Shady Lady #A3949C

Tints of Shady Lady #A3949C

Color information

#A3949C (or 0xA3949C) is unknown color: approx Shady Lady. HEX triplet: A3, 94 and 9C. RGB value is (163,148,156). Sum of RGB (Red+Green+Blue) = 163+148+156=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 163 - color contains mainly: red. Hex color #A3949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3949C is #5C6B63. Grayscale: #999999. Windows color (decimal): -6056804 or 10261667. OLE color: 10261667.

HSL color Cylindrical-coordinate representation of color #A3949C: hue angle of 328º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3949C is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB163148156-
CMYK00.090.040.36
HSL328º7.54%60.98%-
HSV(B)328º9.2%63.92%-
XYZ31.6931.3735.84-
YUV153.4129.47134.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 156 (61.33% from 255) = 33.40%
R=34.90%
G=31.69%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314815600.090.040.363287.5460.98
HexA3949C0942414883d
Octal2432242340114445101075
Binary101000111001010010011100010011001001001010010001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3949C; }

 p { color: rgb(163,148,156); }

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

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

 a { background-color: rgb(163,148,156); }

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

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

 span { border-color: rgb(163,148,156); }

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