#A3969F

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

Shades of Shady Lady #A3969F

Tints of Shady Lady #A3969F

Color information

#A3969F (or 0xA3969F) is unknown color: approx Shady Lady. HEX triplet: A3, 96 and 9F. RGB value is (163,150,159). Sum of RGB (Red+Green+Blue) = 163+150+159=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 163 - color contains mainly: red. Hex color #A3969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3969F is #5C6960. Grayscale: #9A9A9A. Windows color (decimal): -6056289 or 10458787. OLE color: 10458787.

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

Color convert

RGB163150159-
CMYK00.080.020.36
HSL318.46º6.6%61.37%-
HSV(B)318.46º7.98%63.92%-
XYZ32.2732.137.3-
YUV154.91130.31133.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.53%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 159 (62.5% from 255) = 33.69%
R=34.53%
G=31.78%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315015900.080.020.36318.466.661.37
HexA3969F0822413e73d
Octal243226237010244476775
Binary1010001110010110100111110100010100100100111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3969F; }

 p { color: rgb(163,150,159); }

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

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

 a { background-color: rgb(163,150,159); }

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

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

 span { border-color: rgb(163,150,159); }

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