#A3949E

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

Shades of Shady Lady #A3949E

Tints of Shady Lady #A3949E

Color information

#A3949E (or 0xA3949E) is unknown color: approx Shady Lady. HEX triplet: A3, 94 and 9E. RGB value is (163,148,158). Sum of RGB (Red+Green+Blue) = 163+148+158=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 163 - color contains mainly: red. Hex color #A3949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3949E is #5C6B61. Grayscale: #999999. Windows color (decimal): -6056802 or 10392739. OLE color: 10392739.

HSL color Cylindrical-coordinate representation of color #A3949E: hue angle of 320º 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 #A3949E is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB163148158-
CMYK00.090.030.36
HSL320º7.54%60.98%-
HSV(B)320º9.2%63.92%-
XYZ31.8731.4336.74-
YUV153.62130.47134.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=34.75%
G=31.56%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314815800.090.030.363207.5460.98
HexA3949E0932414083d
Octal2432242360113445001075
Binary10100011100101001001111001001111001001010000001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3949E; }

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

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

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

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

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

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

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

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