#A3949A

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

Shades of Shady Lady #A3949A

Tints of Shady Lady #A3949A

Color information

#A3949A (or 0xA3949A) is unknown color: approx Shady Lady. HEX triplet: A3, 94 and 9A. RGB value is (163,148,154). Sum of RGB (Red+Green+Blue) = 163+148+154=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A3949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3949A is #5C6B65. Grayscale: #999999. Windows color (decimal): -6056806 or 10130595. OLE color: 10130595.

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

Color convert

RGB163148154-
CMYK00.090.060.36
HSL336º7.54%60.98%-
HSV(B)336º9.2%63.92%-
XYZ31.5331.334.95-
YUV153.17128.47135.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=35.05%
G=31.83%
B=33.12%

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
Decimal16314815400.090.060.363367.5460.98
HexA3949A0962415083d
Octal2432242320116445201075
Binary101000111001010010011010010011101001001010100001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3949A; }

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

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

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

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

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

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

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

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