#A3969C

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

Shades of Shady Lady #A3969C

Tints of Shady Lady #A3969C

Color information

#A3969C (or 0xA3969C) is unknown color: approx Shady Lady. HEX triplet: A3, 96 and 9C. RGB value is (163,150,156). Sum of RGB (Red+Green+Blue) = 163+150+156=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 163 - color contains mainly: red. Hex color #A3969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3969C is #5C6963. Grayscale: #9A9A9A. Windows color (decimal): -6056292 or 10262179. OLE color: 10262179.

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

Color convert

RGB163150156-
CMYK00.080.040.36
HSL332.31º6.6%61.37%-
HSV(B)332.31º7.98%63.92%-
XYZ32.013235.94-
YUV154.57128.81134.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=34.75%
G=31.98%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315015600.080.040.36332.316.661.37
HexA3969C0842414c73d
Octal243226234010444514775
Binary10100011100101101001110001000100100100101001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3969C; }

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

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

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

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

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

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

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

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