#A3929C

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

Shades of Shady Lady #A3929C

Tints of Shady Lady #A3929C

Color information

#A3929C (or 0xA3929C) is unknown color: approx Shady Lady. HEX triplet: A3, 92 and 9C. RGB value is (163,146,156). Sum of RGB (Red+Green+Blue) = 163+146+156=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A3929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3929C is #5C6D63. Grayscale: #989898. Windows color (decimal): -6057316 or 10261155. OLE color: 10261155.

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

Color convert

RGB163146156-
CMYK00.100.040.36
HSL324.71º8.46%60.59%-
HSV(B)324.71º10.43%63.92%-
XYZ31.3830.7435.73-
YUV152.22130.13135.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 156 (61.33% from 255) = 33.55%
R=35.05%
G=31.40%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314615600.100.040.36324.718.4660.59
HexA3929C0A42414583d
Octal2432222340124445051075
Binary101000111001001010011100010101001001001010001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3929C; }

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

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

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

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

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

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

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

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