#A3959A

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

Shades of Shady Lady #A3959A

Tints of Shady Lady #A3959A

Color information

#A3959A (or 0xA3959A) is unknown color: approx Shady Lady. HEX triplet: A3, 95 and 9A. RGB value is (163,149,154). Sum of RGB (Red+Green+Blue) = 163+149+154=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 163 - color contains mainly: red. Hex color #A3959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3959A is #5C6A65. Grayscale: #999999. Windows color (decimal): -6056550 or 10130851. OLE color: 10130851.

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

Color convert

RGB163149154-
CMYK00.090.060.36
HSL338.57º7.07%61.18%-
HSV(B)338.57º8.59%63.92%-
XYZ31.6831.6135-
YUV153.76128.14134.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 154 (60.55% from 255) = 33.05%
R=34.98%
G=31.97%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314915400.090.060.36338.577.0761.18
HexA3959A0962415373d
Octal243225232011644523775
Binary10100011100101011001101001001110100100101010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3959A; }

 p { color: rgb(163,149,154); }

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

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

 a { background-color: rgb(163,149,154); }

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

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

 span { border-color: rgb(163,149,154); }

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